Shades of Navy #07047C
Tints of Navy #07047C
RGB
CMYK
RGB Variations
Color information
#07047C (or 0x07047C) is known color: Navy. HEX triplet: 07, 04 and 7C. RGB value is (7,4,124). Sum of RGB (Red+Green+Blue) = 7+4+124=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 4 (1.95% from 255 or 2.96% 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 #07047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07047C is #F8FB83. Grayscale: #121212. Windows color (decimal): -16317316 or 8127495. OLE color: 8127495.
HSL color Cylindrical-coordinate representation of color #07047C: hue angle of 241.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 #07047C is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 4 | 124 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.51 |
| HSL | 241.5º | 0.94% | 0.25% | - |
| HSV(B) | 241.5º | 0.97% | 0.49% | - |
| XYZ | 3.77 | 1.59 | 19.18 | - |
| YUV | 18.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 124 | 0.94 | 0.97 | 0 | 0.51 | 241.5 | 0.94 | 0.25 |
| Hex | 7 | 4 | 7C | 5E | 61 | 0 | 33 | F2 | 5E | 19 |
| Octal | 7 | 4 | 174 | 136 | 141 | 0 | 63 | 362 | 136 | 31 |
| Binary | 111 | 100 | 1111100 | 1011110 | 1100001 | 0 | 110011 | 11110010 | 1011110 | 11001 |
Color Harmonies of #07047C
Complementary color
Monochromatic Colors of #07047C
Black with #07047C
Text Example
Text Example
White with #07047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07047C; }
p { color: rgb(7,4,124); }
H1.HeaderClassName
{
color: #07047C;
}
.AnyTagClassName
{
color: #07047C;
}
</style>
background-color css
<style>
a { background-color: #07047C; }
a { background-color: rgb(7,4,124); }
div.DivClassName
{
background-color: #07047C;
}
.BgClassName
{
background-color: #07047C;
}
</style>
border-color css
<style>
span { border-color: #07047C; }
span { border-color: rgb(7,4,124); }
td.TdClassName
{
border-color: #07047C;
}
.TagClassName
{
border-color: #07047C;
}
</style>