Shades of Navy #000472
Tints of Navy #000472
RGB
CMYK
RGB Variations
Color information
#000472 (or 0x000472) is known color: Navy. HEX triplet: 00, 04 and 72. RGB value is (0,4,114). Sum of RGB (Red+Green+Blue) = 0+4+114=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 114 (44.92% from 255 or 96.61% from 118); Max value from RGB is 114 - color contains mainly: blue. Hex color #000472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000472 is #FFFB8D. Grayscale: #0E0E0E. Windows color (decimal): -16776078 or 7472128. OLE color: 7472128.
HSL color Cylindrical-coordinate representation of color #000472: hue angle of 237.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000472 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 4 | 114 | - |
| CMYK | 1 | 0.96 | 0 | 0.55 |
| HSL | 237.89º | 1% | 0.22% | - |
| HSV(B) | 237.89º | 1% | 0.45% | - |
| XYZ | 3.08 | 1.3 | 16.01 | - |
| YUV | 15.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 114 | 1 | 0.96 | 0 | 0.55 | 237.89 | 1 | 0.22 |
| Hex | 0 | 4 | 72 | 64 | 60 | 0 | 37 | EE | 64 | 16 |
| Octal | 0 | 4 | 162 | 144 | 140 | 0 | 67 | 356 | 144 | 26 |
| Binary | 0 | 100 | 1110010 | 1100100 | 1100000 | 0 | 110111 | 11101110 | 1100100 | 10110 |
Color Harmonies of #000472
Complementary color
Monochromatic Colors of #000472
Black with #000472
Text Example
Text Example
White with #000472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000472; }
p { color: rgb(0,4,114); }
H1.HeaderClassName
{
color: #000472;
}
.AnyTagClassName
{
color: #000472;
}
</style>
background-color css
<style>
a { background-color: #000472; }
a { background-color: rgb(0,4,114); }
div.DivClassName
{
background-color: #000472;
}
.BgClassName
{
background-color: #000472;
}
</style>
border-color css
<style>
span { border-color: #000472; }
span { border-color: rgb(0,4,114); }
td.TdClassName
{
border-color: #000472;
}
.TagClassName
{
border-color: #000472;
}
</style>