Shades of Navy #000168
Tints of Navy #000168
RGB
CMYK
RGB Variations
Color information
#000168 (or 0x000168) is known color: Navy. HEX triplet: 00, 01 and 68. RGB value is (0,1,104). Sum of RGB (Red+Green+Blue) = 0+1+104=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 104 (41.02% from 255 or 99.05% from 105); Max value from RGB is 104 - color contains mainly: blue. Hex color #000168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000168 is #FFFE97. Grayscale: #0C0C0C. Windows color (decimal): -16776856 or 6816000. OLE color: 6816000.
HSL color Cylindrical-coordinate representation of color #000168: hue angle of 239.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000168 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 1 | 104 | - |
| CMYK | 1 | 0.99 | 0 | 0.59 |
| HSL | 239.42º | 1% | 0.2% | - |
| HSV(B) | 239.42º | 1% | 0.41% | - |
| XYZ | 2.51 | 1.02 | 13.16 | - |
| YUV | 12.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 104 | 1 | 0.99 | 0 | 0.59 | 239.42 | 1 | 0.2 |
| Hex | 0 | 1 | 68 | 64 | 63 | 0 | 3B | EF | 64 | 14 |
| Octal | 0 | 1 | 150 | 144 | 143 | 0 | 73 | 357 | 144 | 24 |
| Binary | 0 | 1 | 1101000 | 1100100 | 1100011 | 0 | 111011 | 11101111 | 1100100 | 10100 |
Color Harmonies of #000168
Complementary color
Monochromatic Colors of #000168
Black with #000168
Text Example
Text Example
White with #000168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000168; }
p { color: rgb(0,1,104); }
H1.HeaderClassName
{
color: #000168;
}
.AnyTagClassName
{
color: #000168;
}
</style>
background-color css
<style>
a { background-color: #000168; }
a { background-color: rgb(0,1,104); }
div.DivClassName
{
background-color: #000168;
}
.BgClassName
{
background-color: #000168;
}
</style>
border-color css
<style>
span { border-color: #000168; }
span { border-color: rgb(0,1,104); }
td.TdClassName
{
border-color: #000168;
}
.TagClassName
{
border-color: #000168;
}
</style>