Shades of Dark Cerulean #074E8A
Tints of Dark Cerulean #074E8A
RGB
CMYK
RGB Variations
Color information
#074E8A (or 0x074E8A) is known color: Dark Cerulean. HEX triplet: 07, 4E and 8A. RGB value is (7,78,138). Sum of RGB (Red+Green+Blue) = 7+78+138=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #074E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E8A is #F8B175. Grayscale: #3F3F3F. Windows color (decimal): -16298358 or 9063943. OLE color: 9063943.
HSL color Cylindrical-coordinate representation of color #074E8A: hue angle of 207.48º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074E8A is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 78 | 138 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.46 |
| HSL | 207.48º | 0.9% | 0.28% | - |
| HSV(B) | 207.48º | 0.95% | 0.54% | - |
| XYZ | 7.4 | 7.33 | 25.07 | - |
| YUV | 63.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 138 | 0.95 | 0.43 | 0 | 0.46 | 207.48 | 0.9 | 0.28 |
| Hex | 7 | 4E | 8A | 5F | 2B | 0 | 2E | CF | 5A | 1C |
| Octal | 7 | 116 | 212 | 137 | 53 | 0 | 56 | 317 | 132 | 34 |
| Binary | 111 | 1001110 | 10001010 | 1011111 | 101011 | 0 | 101110 | 11001111 | 1011010 | 11100 |
Color Harmonies of #074E8A
Complementary color
Monochromatic Colors of #074E8A
Black with #074E8A
Text Example
Text Example
White with #074E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E8A; }
p { color: rgb(7,78,138); }
H1.HeaderClassName
{
color: #074E8A;
}
.AnyTagClassName
{
color: #074E8A;
}
</style>
background-color css
<style>
a { background-color: #074E8A; }
a { background-color: rgb(7,78,138); }
div.DivClassName
{
background-color: #074E8A;
}
.BgClassName
{
background-color: #074E8A;
}
</style>
border-color css
<style>
span { border-color: #074E8A; }
span { border-color: rgb(7,78,138); }
td.TdClassName
{
border-color: #074E8A;
}
.TagClassName
{
border-color: #074E8A;
}
</style>