#0169D2

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

Shades of Navy Blue #0169D2

Tints of Navy Blue #0169D2

Color information

#0169D2 (or 0x0169D2) is unknown color: approx Navy Blue. HEX triplet: 01, 69 and D2. RGB value is (1,105,210). Sum of RGB (Red+Green+Blue) = 1+105+210=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #0169D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0169D2 is #FE962D. Grayscale: #555555. Windows color (decimal): -16684590 or 13789441. OLE color: 13789441.

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

Color convert

RGB1105210-
CMYK1.000.5000.18
HSL210.14º99.05%41.37%-
HSV(B)210.14º99.52%82.35%-
XYZ16.714.7662.94-
YUV85.87198.0467.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 210 (82.42% from 255) = 66.46%
R=0.32%
G=33.23%
B=66.46%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11052101.000.5000.18210.1499.0541.37
Hex169D26432012d26329
Octal11513221446202232214351
Binary11101001110100101100100110010010010110100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0169D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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