Shades of Navy #000462
Tints of Navy #000462
RGB
CMYK
RGB Variations
Color information
#000462 (or 0x000462) is known color: Navy. HEX triplet: 00, 04 and 62. RGB value is (0,4,98). Sum of RGB (Red+Green+Blue) = 0+4+98=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 98 (38.67% from 255 or 96.08% from 102); Max value from RGB is 98 - color contains mainly: blue. Hex color #000462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000462 is #FFFB9D. Grayscale: #0D0D0D. Windows color (decimal): -16776094 or 6423552. OLE color: 6423552.
HSL color Cylindrical-coordinate representation of color #000462: hue angle of 237.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000462 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 4 | 98 | - |
| CMYK | 1 | 0.96 | 0 | 0.62 |
| HSL | 237.55º | 1% | 0.19% | - |
| HSV(B) | 237.55º | 1% | 0.38% | - |
| XYZ | 2.25 | 0.97 | 11.62 | - |
| YUV | 13.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 98 | 1 | 0.96 | 0 | 0.62 | 237.55 | 1 | 0.19 |
| Hex | 0 | 4 | 62 | 64 | 60 | 0 | 3E | EE | 64 | 13 |
| Octal | 0 | 4 | 142 | 144 | 140 | 0 | 76 | 356 | 144 | 23 |
| Binary | 0 | 100 | 1100010 | 1100100 | 1100000 | 0 | 111110 | 11101110 | 1100100 | 10011 |
Color Harmonies of #000462
Complementary color
Monochromatic Colors of #000462
Black with #000462
Text Example
Text Example
White with #000462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000462; }
p { color: rgb(0,4,98); }
H1.HeaderClassName
{
color: #000462;
}
.AnyTagClassName
{
color: #000462;
}
</style>
background-color css
<style>
a { background-color: #000462; }
a { background-color: rgb(0,4,98); }
div.DivClassName
{
background-color: #000462;
}
.BgClassName
{
background-color: #000462;
}
</style>
border-color css
<style>
span { border-color: #000462; }
span { border-color: rgb(0,4,98); }
td.TdClassName
{
border-color: #000462;
}
.TagClassName
{
border-color: #000462;
}
</style>