Shades of Navy #040C83
Tints of Navy #040C83
RGB
CMYK
RGB Variations
Color information
#040C83 (or 0x040C83) is known color: Navy. HEX triplet: 04, 0C and 83. RGB value is (4,12,131). Sum of RGB (Red+Green+Blue) = 4+12+131=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 131 (51.56% from 255 or 89.12% from 147); Max value from RGB is 131 - color contains mainly: blue. Hex color #040C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C83 is #FBF37C. Grayscale: #161616. Windows color (decimal): -16511869 or 8588292. OLE color: 8588292.
HSL color Cylindrical-coordinate representation of color #040C83: hue angle of 236.22º 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 #040C83 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 12 | 131 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.49 |
| HSL | 236.22º | 0.94% | 0.26% | - |
| HSV(B) | 236.22º | 0.97% | 0.51% | - |
| XYZ | 4.28 | 1.93 | 21.62 | - |
| YUV | 23.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 131 | 0.97 | 0.91 | 0 | 0.49 | 236.22 | 0.94 | 0.26 |
| Hex | 4 | C | 83 | 61 | 5B | 0 | 31 | EC | 5E | 1A |
| Octal | 4 | 14 | 203 | 141 | 133 | 0 | 61 | 354 | 136 | 32 |
| Binary | 100 | 1100 | 10000011 | 1100001 | 1011011 | 0 | 110001 | 11101100 | 1011110 | 11010 |
Color Harmonies of #040C83
Complementary color
Monochromatic Colors of #040C83
Black with #040C83
Text Example
Text Example
White with #040C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C83; }
p { color: rgb(4,12,131); }
H1.HeaderClassName
{
color: #040C83;
}
.AnyTagClassName
{
color: #040C83;
}
</style>
background-color css
<style>
a { background-color: #040C83; }
a { background-color: rgb(4,12,131); }
div.DivClassName
{
background-color: #040C83;
}
.BgClassName
{
background-color: #040C83;
}
</style>
border-color css
<style>
span { border-color: #040C83; }
span { border-color: rgb(4,12,131); }
td.TdClassName
{
border-color: #040C83;
}
.TagClassName
{
border-color: #040C83;
}
</style>