Shades of Navy #07037C
Tints of Navy #07037C
RGB
CMYK
RGB Variations
Color information
#07037C (or 0x07037C) is known color: Navy. HEX triplet: 07, 03 and 7C. RGB value is (7,3,124). Sum of RGB (Red+Green+Blue) = 7+3+124=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 124 (48.83% from 255 or 92.54% from 134); Max value from RGB is 124 - color contains mainly: blue. Hex color #07037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07037C is #F8FC83. Grayscale: #111111. Windows color (decimal): -16317572 or 8127239. OLE color: 8127239.
HSL color Cylindrical-coordinate representation of color #07037C: hue angle of 241.98º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07037C is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 3 | 124 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.51 |
| HSL | 241.98º | 0.95% | 0.25% | - |
| HSV(B) | 241.98º | 0.98% | 0.49% | - |
| XYZ | 3.76 | 1.57 | 19.17 | - |
| YUV | 17.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 124 | 0.94 | 0.98 | 0 | 0.51 | 241.98 | 0.95 | 0.25 |
| Hex | 7 | 3 | 7C | 5E | 62 | 0 | 33 | F2 | 5F | 19 |
| Octal | 7 | 3 | 174 | 136 | 142 | 0 | 63 | 362 | 137 | 31 |
| Binary | 111 | 11 | 1111100 | 1011110 | 1100010 | 0 | 110011 | 11110010 | 1011111 | 11001 |
Color Harmonies of #07037C
Complementary color
Monochromatic Colors of #07037C
Black with #07037C
Text Example
Text Example
White with #07037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07037C; }
p { color: rgb(7,3,124); }
H1.HeaderClassName
{
color: #07037C;
}
.AnyTagClassName
{
color: #07037C;
}
</style>
background-color css
<style>
a { background-color: #07037C; }
a { background-color: rgb(7,3,124); }
div.DivClassName
{
background-color: #07037C;
}
.BgClassName
{
background-color: #07037C;
}
</style>
border-color css
<style>
span { border-color: #07037C; }
span { border-color: rgb(7,3,124); }
td.TdClassName
{
border-color: #07037C;
}
.TagClassName
{
border-color: #07037C;
}
</style>