#0369D0

Color #0369D0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0369D0

Tints of Navy Blue #0369D0

Color information

#0369D0 (or 0x0369D0) is unknown color: approx Navy Blue. HEX triplet: 03, 69 and D0. RGB value is (3,105,208). Sum of RGB (Red+Green+Blue) = 3+105+208=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #0369D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369D0 is #FC962F. Grayscale: #555555. Windows color (decimal): -16553520 or 13658371. OLE color: 13658371.

HSL color Cylindrical-coordinate representation of color #0369D0: hue angle of 210.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369D0 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3105208-
CMYK0.990.5000.18
HSL210.15º97.16%41.37%-
HSV(B)210.15º98.56%81.57%-
XYZ16.4714.6861.64-
YUV86.24196.7168.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 208 (81.64% from 255) = 65.82%
R=0.95%
G=33.23%
B=65.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31052080.990.5000.18210.1597.1641.37
Hex369D06332012d26129
Octal31513201436202232214151
Binary111101001110100001100011110010010010110100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0369D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0369D0; }

 p { color: rgb(3,105,208); }

 H1.HeaderClassName
 {
   color: #0369D0;
 }
 .AnyTagClassName
 {
   color: #0369D0;
 }
</style>
background-color css

<style>
 a { background-color: #0369D0; }

 a { background-color: rgb(3,105,208); }

 div.DivClassName
 {
   background-color: #0369D0;
 }
 .BgClassName
 {
   background-color: #0369D0;
 }
</style>
border-color css

<style>
 span { border-color: #0369D0; }

 span { border-color: rgb(3,105,208); }

 td.TdClassName
 {
   border-color: #0369D0;
 }
 .TagClassName
 {
   border-color: #0369D0;
 }
</style>