#0169D4

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

Shades of Navy Blue #0169D4

Tints of Navy Blue #0169D4

Color information

#0169D4 (or 0x0169D4) is unknown color: approx Navy Blue. HEX triplet: 01, 69 and D4. RGB value is (1,105,212). Sum of RGB (Red+Green+Blue) = 1+105+212=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #0169D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0169D4 is #FE962B. Grayscale: #555555. Windows color (decimal): -16684588 or 13920513. OLE color: 13920513.

HSL color Cylindrical-coordinate representation of color #0169D4: hue angle of 210.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0169D4 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1105212-
CMYK1.000.5000.17
HSL210.43º99.06%41.76%-
HSV(B)210.43º99.53%83.14%-
XYZ16.9514.8664.26-
YUV86.1199.0467.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 212 (83.20% from 255) = 66.67%
R=0.31%
G=33.02%
B=66.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11052121.000.5000.17210.4399.0641.76
Hex169D46432011d2632a
Octal11513241446202132214352
Binary11101001110101001100100110010010001110100101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0169D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0169D4; }

 p { color: rgb(1,105,212); }

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

<style>
 a { background-color: #0169D4; }

 a { background-color: rgb(1,105,212); }

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

<style>
 span { border-color: #0169D4; }

 span { border-color: rgb(1,105,212); }

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