#000169

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

Shades of Navy #000169

Tints of Navy #000169

Color information

#000169 (or 0x000169) is unknown color: approx Navy. HEX triplet: 00, 01 and 69. RGB value is (0,1,105). Sum of RGB (Red+Green+Blue) = 0+1+105=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 105 (41.41% from 255 or 99.06% from 106); Max value from RGB is 105 - color contains mainly: blue. Hex color #000169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000169 is #FFFE96. Grayscale: #0C0C0C. Windows color (decimal): -16776855 or 6881536. OLE color: 6881536.

HSL color Cylindrical-coordinate representation of color #000169: hue angle of 239.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000169 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB01105-
CMYK10.9900.59
HSL239.43º100%20.59%-
HSV(B)239.43º100%41.18%-
XYZ2.561.0413.43-
YUV12.56180.17119.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 105 (41.41% from 255) = 99.06%
R=0%
G=0.94%
B=99.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0110510.9900.59239.4310020.59
Hex0169646303Bef6415
Octal0115114414307335714425
Binary01110100111001001100011011101111101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000169; }

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

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

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

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

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

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

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

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