Shades of Navy #00017C
Tints of Navy #00017C
RGB
CMYK
RGB Variations
Color information
#00017C (or 0x00017C) is known color: Navy. HEX triplet: 00, 01 and 7C. RGB value is (0,1,124). Sum of RGB (Red+Green+Blue) = 0+1+124=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 124 (48.83% from 255 or 99.2% from 125); Max value from RGB is 124 - color contains mainly: blue. Hex color #00017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00017C is #FFFE83. Grayscale: #0E0E0E. Windows color (decimal): -16776836 or 8126720. OLE color: 8126720.
HSL color Cylindrical-coordinate representation of color #00017C: hue angle of 239.52º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00017C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 1 | 124 | - |
| CMYK | 1 | 0.99 | 0 | 0.51 |
| HSL | 239.52º | 1% | 0.24% | - |
| HSV(B) | 239.52º | 1% | 0.49% | - |
| XYZ | 3.65 | 1.48 | 19.16 | - |
| YUV | 14.72 | 189.67 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 124 | 1 | 0.99 | 0 | 0.51 | 239.52 | 1 | 0.24 |
| Hex | 0 | 1 | 7C | 64 | 63 | 0 | 33 | F0 | 64 | 18 |
| Octal | 0 | 1 | 174 | 144 | 143 | 0 | 63 | 360 | 144 | 30 |
| Binary | 0 | 1 | 1111100 | 1100100 | 1100011 | 0 | 110011 | 11110000 | 1100100 | 11000 |
Color Harmonies of #00017C
Complementary color
Monochromatic Colors of #00017C
Black with #00017C
Text Example
Text Example
White with #00017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00017C; }
p { color: rgb(0,1,124); }
H1.HeaderClassName
{
color: #00017C;
}
.AnyTagClassName
{
color: #00017C;
}
</style>
background-color css
<style>
a { background-color: #00017C; }
a { background-color: rgb(0,1,124); }
div.DivClassName
{
background-color: #00017C;
}
.BgClassName
{
background-color: #00017C;
}
</style>
border-color css
<style>
span { border-color: #00017C; }
span { border-color: rgb(0,1,124); }
td.TdClassName
{
border-color: #00017C;
}
.TagClassName
{
border-color: #00017C;
}
</style>