Shades of Navy #040D7C
Tints of Navy #040D7C
RGB
CMYK
RGB Variations
Color information
#040D7C (or 0x040D7C) is known color: Navy. HEX triplet: 04, 0D and 7C. RGB value is (4,13,124). Sum of RGB (Red+Green+Blue) = 4+13+124=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #040D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D7C is #FBF283. Grayscale: #161616. Windows color (decimal): -16511620 or 8129796. OLE color: 8129796.
HSL color Cylindrical-coordinate representation of color #040D7C: hue angle of 235.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040D7C is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 13 | 124 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.51 |
| HSL | 235.5º | 0.94% | 0.25% | - |
| HSV(B) | 235.5º | 0.97% | 0.49% | - |
| XYZ | 3.83 | 1.77 | 19.21 | - |
| YUV | 22.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 124 | 0.97 | 0.90 | 0 | 0.51 | 235.5 | 0.94 | 0.25 |
| Hex | 4 | D | 7C | 61 | 5A | 0 | 33 | EC | 5E | 19 |
| Octal | 4 | 15 | 174 | 141 | 132 | 0 | 63 | 354 | 136 | 31 |
| Binary | 100 | 1101 | 1111100 | 1100001 | 1011010 | 0 | 110011 | 11101100 | 1011110 | 11001 |
Color Harmonies of #040D7C
Complementary color
Monochromatic Colors of #040D7C
Black with #040D7C
Text Example
Text Example
White with #040D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D7C; }
p { color: rgb(4,13,124); }
H1.HeaderClassName
{
color: #040D7C;
}
.AnyTagClassName
{
color: #040D7C;
}
</style>
background-color css
<style>
a { background-color: #040D7C; }
a { background-color: rgb(4,13,124); }
div.DivClassName
{
background-color: #040D7C;
}
.BgClassName
{
background-color: #040D7C;
}
</style>
border-color css
<style>
span { border-color: #040D7C; }
span { border-color: rgb(4,13,124); }
td.TdClassName
{
border-color: #040D7C;
}
.TagClassName
{
border-color: #040D7C;
}
</style>