Shades of Navy #00017A
Tints of Navy #00017A
RGB
CMYK
RGB Variations
Color information
#00017A (or 0x00017A) is known color: Navy. HEX triplet: 00, 01 and 7A. RGB value is (0,1,122). Sum of RGB (Red+Green+Blue) = 0+1+122=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 122 (48.05% from 255 or 99.19% from 123); Max value from RGB is 122 - color contains mainly: blue. Hex color #00017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00017A is #FFFE85. Grayscale: #0E0E0E. Windows color (decimal): -16776838 or 7995648. OLE color: 7995648.
HSL color Cylindrical-coordinate representation of color #00017A: hue angle of 239.51º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00017A is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 1 | 122 | - |
| CMYK | 1 | 0.99 | 0 | 0.52 |
| HSL | 239.51º | 1% | 0.24% | - |
| HSV(B) | 239.51º | 1% | 0.48% | - |
| XYZ | 3.52 | 1.43 | 18.5 | - |
| YUV | 14.5 | 188.67 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 122 | 1 | 0.99 | 0 | 0.52 | 239.51 | 1 | 0.24 |
| Hex | 0 | 1 | 7A | 64 | 63 | 0 | 34 | F0 | 64 | 18 |
| Octal | 0 | 1 | 172 | 144 | 143 | 0 | 64 | 360 | 144 | 30 |
| Binary | 0 | 1 | 1111010 | 1100100 | 1100011 | 0 | 110100 | 11110000 | 1100100 | 11000 |
Color Harmonies of #00017A
Complementary color
Monochromatic Colors of #00017A
Black with #00017A
Text Example
Text Example
White with #00017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00017A; }
p { color: rgb(0,1,122); }
H1.HeaderClassName
{
color: #00017A;
}
.AnyTagClassName
{
color: #00017A;
}
</style>
background-color css
<style>
a { background-color: #00017A; }
a { background-color: rgb(0,1,122); }
div.DivClassName
{
background-color: #00017A;
}
.BgClassName
{
background-color: #00017A;
}
</style>
border-color css
<style>
span { border-color: #00017A; }
span { border-color: rgb(0,1,122); }
td.TdClassName
{
border-color: #00017A;
}
.TagClassName
{
border-color: #00017A;
}
</style>