#0169BA

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

Shades of Navy Blue #0169BA

Tints of Navy Blue #0169BA

Color information

#0169BA (or 0x0169BA) is unknown color: approx Navy Blue. HEX triplet: 01, 69 and BA. RGB value is (1,105,186). Sum of RGB (Red+Green+Blue) = 1+105+186=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #0169BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0169BA is #FE9645. Grayscale: #525252. Windows color (decimal): -16684614 or 12216577. OLE color: 12216577.

HSL color Cylindrical-coordinate representation of color #0169BA: hue angle of 206.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0169BA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1105186-
CMYK0.990.4400.27
HSL206.27º98.93%36.67%-
HSV(B)206.27º99.46%72.94%-
XYZ13.9313.6548.36-
YUV83.14186.0469.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 186 (73.05% from 255) = 63.70%
R=0.34%
G=35.96%
B=63.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11051860.990.4400.27206.2798.9336.67
Hex169BA632C01Bce6325
Octal11512721435403331614345
Binary11101001101110101100011101100011011110011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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