Shades of Navy #040C82
Tints of Navy #040C82
RGB
CMYK
RGB Variations
Color information
#040C82 (or 0x040C82) is known color: Navy. HEX triplet: 04, 0C and 82. RGB value is (4,12,130). Sum of RGB (Red+Green+Blue) = 4+12+130=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #040C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C82 is #FBF37D. Grayscale: #161616. Windows color (decimal): -16511870 or 8522756. OLE color: 8522756.
HSL color Cylindrical-coordinate representation of color #040C82: hue angle of 236.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040C82 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 12 | 130 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.49 |
| HSL | 236.19º | 0.94% | 0.26% | - |
| HSV(B) | 236.19º | 0.97% | 0.51% | - |
| XYZ | 4.21 | 1.9 | 21.26 | - |
| YUV | 23.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 130 | 0.97 | 0.91 | 0 | 0.49 | 236.19 | 0.94 | 0.26 |
| Hex | 4 | C | 82 | 61 | 5B | 0 | 31 | EC | 5E | 1A |
| Octal | 4 | 14 | 202 | 141 | 133 | 0 | 61 | 354 | 136 | 32 |
| Binary | 100 | 1100 | 10000010 | 1100001 | 1011011 | 0 | 110001 | 11101100 | 1011110 | 11010 |
Color Harmonies of #040C82
Complementary color
Monochromatic Colors of #040C82
Black with #040C82
Text Example
Text Example
White with #040C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C82; }
p { color: rgb(4,12,130); }
H1.HeaderClassName
{
color: #040C82;
}
.AnyTagClassName
{
color: #040C82;
}
</style>
background-color css
<style>
a { background-color: #040C82; }
a { background-color: rgb(4,12,130); }
div.DivClassName
{
background-color: #040C82;
}
.BgClassName
{
background-color: #040C82;
}
</style>
border-color css
<style>
span { border-color: #040C82; }
span { border-color: rgb(4,12,130); }
td.TdClassName
{
border-color: #040C82;
}
.TagClassName
{
border-color: #040C82;
}
</style>