Shades of Dark Cerulean #074E72
Tints of Dark Cerulean #074E72
RGB
CMYK
RGB Variations
Color information
#074E72 (or 0x074E72) is known color: Dark Cerulean. HEX triplet: 07, 4E and 72. RGB value is (7,78,114). Sum of RGB (Red+Green+Blue) = 7+78+114=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #074E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E72 is #F8B18D. Grayscale: #3C3C3C. Windows color (decimal): -16298382 or 7491079. OLE color: 7491079.
HSL color Cylindrical-coordinate representation of color #074E72: hue angle of 200.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074E72 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 78 | 114 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.55 |
| HSL | 200.19º | 0.88% | 0.24% | - |
| HSV(B) | 200.19º | 0.94% | 0.45% | - |
| XYZ | 5.85 | 6.71 | 16.91 | - |
| YUV | 60.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 114 | 0.94 | 0.32 | 0 | 0.55 | 200.19 | 0.88 | 0.24 |
| Hex | 7 | 4E | 72 | 5E | 20 | 0 | 37 | C8 | 58 | 18 |
| Octal | 7 | 116 | 162 | 136 | 40 | 0 | 67 | 310 | 130 | 30 |
| Binary | 111 | 1001110 | 1110010 | 1011110 | 100000 | 0 | 110111 | 11001000 | 1011000 | 11000 |
Color Harmonies of #074E72
Complementary color
Monochromatic Colors of #074E72
Black with #074E72
Text Example
Text Example
White with #074E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E72; }
p { color: rgb(7,78,114); }
H1.HeaderClassName
{
color: #074E72;
}
.AnyTagClassName
{
color: #074E72;
}
</style>
background-color css
<style>
a { background-color: #074E72; }
a { background-color: rgb(7,78,114); }
div.DivClassName
{
background-color: #074E72;
}
.BgClassName
{
background-color: #074E72;
}
</style>
border-color css
<style>
span { border-color: #074E72; }
span { border-color: rgb(7,78,114); }
td.TdClassName
{
border-color: #074E72;
}
.TagClassName
{
border-color: #074E72;
}
</style>