Shades of Navy #000474
Tints of Navy #000474
RGB
CMYK
RGB Variations
Color information
#000474 (or 0x000474) is known color: Navy. HEX triplet: 00, 04 and 74. RGB value is (0,4,116). Sum of RGB (Red+Green+Blue) = 0+4+116=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 116 (45.70% from 255 or 96.67% from 120); Max value from RGB is 116 - color contains mainly: blue. Hex color #000474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000474 is #FFFB8B. Grayscale: #0F0F0F. Windows color (decimal): -16776076 or 7603200. OLE color: 7603200.
HSL color Cylindrical-coordinate representation of color #000474: hue angle of 237.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000474 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 4 | 116 | - |
| CMYK | 1 | 0.97 | 0 | 0.55 |
| HSL | 237.93º | 1% | 0.23% | - |
| HSV(B) | 237.93º | 1% | 0.45% | - |
| XYZ | 3.2 | 1.35 | 16.61 | - |
| YUV | 15.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 116 | 1 | 0.97 | 0 | 0.55 | 237.93 | 1 | 0.23 |
| Hex | 0 | 4 | 74 | 64 | 61 | 0 | 37 | EE | 64 | 17 |
| Octal | 0 | 4 | 164 | 144 | 141 | 0 | 67 | 356 | 144 | 27 |
| Binary | 0 | 100 | 1110100 | 1100100 | 1100001 | 0 | 110111 | 11101110 | 1100100 | 10111 |
Color Harmonies of #000474
Complementary color
Monochromatic Colors of #000474
Black with #000474
Text Example
Text Example
White with #000474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000474; }
p { color: rgb(0,4,116); }
H1.HeaderClassName
{
color: #000474;
}
.AnyTagClassName
{
color: #000474;
}
</style>
background-color css
<style>
a { background-color: #000474; }
a { background-color: rgb(0,4,116); }
div.DivClassName
{
background-color: #000474;
}
.BgClassName
{
background-color: #000474;
}
</style>
border-color css
<style>
span { border-color: #000474; }
span { border-color: rgb(0,4,116); }
td.TdClassName
{
border-color: #000474;
}
.TagClassName
{
border-color: #000474;
}
</style>