#0169B8

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

Shades of Navy Blue #0169B8

Tints of Navy Blue #0169B8

Color information

#0169B8 (or 0x0169B8) is unknown color: approx Navy Blue. HEX triplet: 01, 69 and B8. RGB value is (1,105,184). Sum of RGB (Red+Green+Blue) = 1+105+184=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 184 (72.27% from 255 or 63.45% from 290); Max value from RGB is 184 - color contains mainly: blue. Hex color #0169B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0169B8 is #FE9647. Grayscale: #525252. Windows color (decimal): -16684616 or 12085505. OLE color: 12085505.

HSL color Cylindrical-coordinate representation of color #0169B8: hue angle of 205.9º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0169B8 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1105184-
CMYK0.990.4300.28
HSL205.9º98.92%36.27%-
HSV(B)205.9º99.46%72.16%-
XYZ13.7213.5747.24-
YUV82.91185.0469.58-

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) = 36.21%
BLUE value IS 184 (72.27% from 255) = 63.45%
R=0.34%
G=36.21%
B=63.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11051840.990.4300.28205.998.9236.27
Hex169B8632B01Cce6324
Octal11512701435303431614344
Binary11101001101110001100011101011011100110011101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0169B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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