Shades of Navy #04077C
Tints of Navy #04077C
RGB
CMYK
RGB Variations
Color information
#04077C (or 0x04077C) is known color: Navy. HEX triplet: 04, 07 and 7C. RGB value is (4,7,124). Sum of RGB (Red+Green+Blue) = 4+7+124=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #04077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04077C is #FBF883. Grayscale: #121212. Windows color (decimal): -16513156 or 8128260. OLE color: 8128260.
HSL color Cylindrical-coordinate representation of color #04077C: hue angle of 238.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 #04077C is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 7 | 124 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.51 |
| HSL | 238.5º | 0.94% | 0.25% | - |
| HSV(B) | 238.5º | 0.97% | 0.49% | - |
| XYZ | 3.76 | 1.63 | 19.19 | - |
| YUV | 19.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 124 | 0.97 | 0.94 | 0 | 0.51 | 238.5 | 0.94 | 0.25 |
| Hex | 4 | 7 | 7C | 61 | 5E | 0 | 33 | EE | 5E | 19 |
| Octal | 4 | 7 | 174 | 141 | 136 | 0 | 63 | 356 | 136 | 31 |
| Binary | 100 | 111 | 1111100 | 1100001 | 1011110 | 0 | 110011 | 11101110 | 1011110 | 11001 |
Color Harmonies of #04077C
Complementary color
Monochromatic Colors of #04077C
Black with #04077C
Text Example
Text Example
White with #04077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04077C; }
p { color: rgb(4,7,124); }
H1.HeaderClassName
{
color: #04077C;
}
.AnyTagClassName
{
color: #04077C;
}
</style>
background-color css
<style>
a { background-color: #04077C; }
a { background-color: rgb(4,7,124); }
div.DivClassName
{
background-color: #04077C;
}
.BgClassName
{
background-color: #04077C;
}
</style>
border-color css
<style>
span { border-color: #04077C; }
span { border-color: rgb(4,7,124); }
td.TdClassName
{
border-color: #04077C;
}
.TagClassName
{
border-color: #04077C;
}
</style>