Shades of Dark Cerulean #073E7C
Tints of Dark Cerulean #073E7C
RGB
CMYK
RGB Variations
Color information
#073E7C (or 0x073E7C) is known color: Dark Cerulean. HEX triplet: 07, 3E and 7C. RGB value is (7,62,124). Sum of RGB (Red+Green+Blue) = 7+62+124=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #073E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E7C is #F8C183. Grayscale: #343434. Windows color (decimal): -16302468 or 8142343. OLE color: 8142343.
HSL color Cylindrical-coordinate representation of color #073E7C: hue angle of 211.79º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073E7C is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 62 | 124 | - |
| CMYK | 0.94 | 0.5 | 0 | 0.51 |
| HSL | 211.79º | 0.89% | 0.26% | - |
| HSV(B) | 211.79º | 0.94% | 0.49% | - |
| XYZ | 5.45 | 4.95 | 19.74 | - |
| YUV | 52.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 124 | 0.94 | 0.5 | 0 | 0.51 | 211.79 | 0.89 | 0.26 |
| Hex | 7 | 3E | 7C | 5E | 32 | 0 | 33 | D4 | 59 | 1A |
| Octal | 7 | 76 | 174 | 136 | 62 | 0 | 63 | 324 | 131 | 32 |
| Binary | 111 | 111110 | 1111100 | 1011110 | 110010 | 0 | 110011 | 11010100 | 1011001 | 11010 |
Color Harmonies of #073E7C
Complementary color
Monochromatic Colors of #073E7C
Black with #073E7C
Text Example
Text Example
White with #073E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E7C; }
p { color: rgb(7,62,124); }
H1.HeaderClassName
{
color: #073E7C;
}
.AnyTagClassName
{
color: #073E7C;
}
</style>
background-color css
<style>
a { background-color: #073E7C; }
a { background-color: rgb(7,62,124); }
div.DivClassName
{
background-color: #073E7C;
}
.BgClassName
{
background-color: #073E7C;
}
</style>
border-color css
<style>
span { border-color: #073E7C; }
span { border-color: rgb(7,62,124); }
td.TdClassName
{
border-color: #073E7C;
}
.TagClassName
{
border-color: #073E7C;
}
</style>