Shades of Navy #01167C
Tints of Navy #01167C
RGB
CMYK
RGB Variations
Color information
#01167C (or 0x01167C) is known color: Navy. HEX triplet: 01, 16 and 7C. RGB value is (1,22,124). Sum of RGB (Red+Green+Blue) = 1+22+124=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #01167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167C is #FEE983. Grayscale: #1A1A1A. Windows color (decimal): -16705924 or 8132097. OLE color: 8132097.
HSL color Cylindrical-coordinate representation of color #01167C: hue angle of 229.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01167C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 22 | 124 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.51 |
| HSL | 229.76º | 0.98% | 0.25% | - |
| HSV(B) | 229.76º | 0.99% | 0.49% | - |
| XYZ | 3.94 | 2.04 | 19.25 | - |
| YUV | 27.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 124 | 0.99 | 0.82 | 0 | 0.51 | 229.76 | 0.98 | 0.25 |
| Hex | 1 | 16 | 7C | 63 | 52 | 0 | 33 | E6 | 62 | 19 |
| Octal | 1 | 26 | 174 | 143 | 122 | 0 | 63 | 346 | 142 | 31 |
| Binary | 1 | 10110 | 1111100 | 1100011 | 1010010 | 0 | 110011 | 11100110 | 1100010 | 11001 |
Color Harmonies of #01167C
Complementary color
Monochromatic Colors of #01167C
Black with #01167C
Text Example
Text Example
White with #01167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01167C; }
p { color: rgb(1,22,124); }
H1.HeaderClassName
{
color: #01167C;
}
.AnyTagClassName
{
color: #01167C;
}
</style>
background-color css
<style>
a { background-color: #01167C; }
a { background-color: rgb(1,22,124); }
div.DivClassName
{
background-color: #01167C;
}
.BgClassName
{
background-color: #01167C;
}
</style>
border-color css
<style>
span { border-color: #01167C; }
span { border-color: rgb(1,22,124); }
td.TdClassName
{
border-color: #01167C;
}
.TagClassName
{
border-color: #01167C;
}
</style>