Shades of Navy #00167E
Tints of Navy #00167E
RGB
CMYK
RGB Variations
Color information
#00167E (or 0x00167E) is known color: Navy. HEX triplet: 00, 16 and 7E. RGB value is (0,22,126). Sum of RGB (Red+Green+Blue) = 0+22+126=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #00167E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00167E is #FFE981. Grayscale: #1A1A1A. Windows color (decimal): -16771458 or 8263168. OLE color: 8263168.
HSL color Cylindrical-coordinate representation of color #00167E: hue angle of 229.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00167E is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 22 | 126 | - |
| CMYK | 1 | 0.83 | 0 | 0.51 |
| HSL | 229.52º | 1% | 0.25% | - |
| HSV(B) | 229.52º | 1% | 0.49% | - |
| XYZ | 4.05 | 2.08 | 19.93 | - |
| YUV | 27.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 126 | 1 | 0.83 | 0 | 0.51 | 229.52 | 1 | 0.25 |
| Hex | 0 | 16 | 7E | 64 | 53 | 0 | 33 | E6 | 64 | 19 |
| Octal | 0 | 26 | 176 | 144 | 123 | 0 | 63 | 346 | 144 | 31 |
| Binary | 0 | 10110 | 1111110 | 1100100 | 1010011 | 0 | 110011 | 11100110 | 1100100 | 11001 |
Color Harmonies of #00167E
Complementary color
Monochromatic Colors of #00167E
Black with #00167E
Text Example
Text Example
White with #00167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00167E; }
p { color: rgb(0,22,126); }
H1.HeaderClassName
{
color: #00167E;
}
.AnyTagClassName
{
color: #00167E;
}
</style>
background-color css
<style>
a { background-color: #00167E; }
a { background-color: rgb(0,22,126); }
div.DivClassName
{
background-color: #00167E;
}
.BgClassName
{
background-color: #00167E;
}
</style>
border-color css
<style>
span { border-color: #00167E; }
span { border-color: rgb(0,22,126); }
td.TdClassName
{
border-color: #00167E;
}
.TagClassName
{
border-color: #00167E;
}
</style>