Shades of Navy #000169
Tints of Navy #000169
RGB
CMYK
RGB Variations
Color information
#000169 (or 0x000169) is known color: 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
| RGB | 0 | 1 | 105 | - |
| CMYK | 1 | 0.99 | 0 | 0.59 |
| HSL | 239.43º | 1% | 0.21% | - |
| HSV(B) | 239.43º | 1% | 0.41% | - |
| XYZ | 2.56 | 1.04 | 13.43 | - |
| YUV | 12.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 105 | 1 | 0.99 | 0 | 0.59 | 239.43 | 1 | 0.21 |
| Hex | 0 | 1 | 69 | 64 | 63 | 0 | 3B | EF | 64 | 15 |
| Octal | 0 | 1 | 151 | 144 | 143 | 0 | 73 | 357 | 144 | 25 |
| Binary | 0 | 1 | 1101001 | 1100100 | 1100011 | 0 | 111011 | 11101111 | 1100100 | 10101 |
Color Harmonies of #000169
Complementary color
Monochromatic Colors of #000169
Black with #000169
Text Example
Text Example
White with #000169
Text Example
Text Example
HTML Codes & Css Web 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>