Shades of Dark Cerulean #074C8A
Tints of Dark Cerulean #074C8A
RGB
CMYK
RGB Variations
Color information
#074C8A (or 0x074C8A) is known color: Dark Cerulean. HEX triplet: 07, 4C and 8A. RGB value is (7,76,138). Sum of RGB (Red+Green+Blue) = 7+76+138=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #074C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C8A is #F8B375. Grayscale: #3E3E3E. Windows color (decimal): -16298870 or 9063431. OLE color: 9063431.
HSL color Cylindrical-coordinate representation of color #074C8A: hue angle of 208.4º 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 #074C8A is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 76 | 138 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.46 |
| HSL | 208.4º | 0.9% | 0.28% | - |
| HSV(B) | 208.4º | 0.95% | 0.54% | - |
| XYZ | 7.26 | 7.05 | 25.02 | - |
| YUV | 62.44 | 170.64 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 138 | 0.95 | 0.45 | 0 | 0.46 | 208.4 | 0.9 | 0.28 |
| Hex | 7 | 4C | 8A | 5F | 2D | 0 | 2E | D0 | 5A | 1C |
| Octal | 7 | 114 | 212 | 137 | 55 | 0 | 56 | 320 | 132 | 34 |
| Binary | 111 | 1001100 | 10001010 | 1011111 | 101101 | 0 | 101110 | 11010000 | 1011010 | 11100 |
Color Harmonies of #074C8A
Complementary color
Monochromatic Colors of #074C8A
Black with #074C8A
Text Example
Text Example
White with #074C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C8A; }
p { color: rgb(7,76,138); }
H1.HeaderClassName
{
color: #074C8A;
}
.AnyTagClassName
{
color: #074C8A;
}
</style>
background-color css
<style>
a { background-color: #074C8A; }
a { background-color: rgb(7,76,138); }
div.DivClassName
{
background-color: #074C8A;
}
.BgClassName
{
background-color: #074C8A;
}
</style>
border-color css
<style>
span { border-color: #074C8A; }
span { border-color: rgb(7,76,138); }
td.TdClassName
{
border-color: #074C8A;
}
.TagClassName
{
border-color: #074C8A;
}
</style>