Shades of Dark Cerulean #074D78
Tints of Dark Cerulean #074D78
RGB
CMYK
RGB Variations
Color information
#074D78 (or 0x074D78) is known color: Dark Cerulean. HEX triplet: 07, 4D and 78. RGB value is (7,77,120). Sum of RGB (Red+Green+Blue) = 7+77+120=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #074D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D78 is #F8B287. Grayscale: #3C3C3C. Windows color (decimal): -16298632 or 7884039. OLE color: 7884039.
HSL color Cylindrical-coordinate representation of color #074D78: hue angle of 202.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074D78 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 77 | 120 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.53 |
| HSL | 202.83º | 0.89% | 0.25% | - |
| HSV(B) | 202.83º | 0.94% | 0.47% | - |
| XYZ | 6.13 | 6.71 | 18.74 | - |
| YUV | 60.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 120 | 0.94 | 0.36 | 0 | 0.53 | 202.83 | 0.89 | 0.25 |
| Hex | 7 | 4D | 78 | 5E | 24 | 0 | 35 | CB | 59 | 19 |
| Octal | 7 | 115 | 170 | 136 | 44 | 0 | 65 | 313 | 131 | 31 |
| Binary | 111 | 1001101 | 1111000 | 1011110 | 100100 | 0 | 110101 | 11001011 | 1011001 | 11001 |
Color Harmonies of #074D78
Complementary color
Monochromatic Colors of #074D78
Black with #074D78
Text Example
Text Example
White with #074D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D78; }
p { color: rgb(7,77,120); }
H1.HeaderClassName
{
color: #074D78;
}
.AnyTagClassName
{
color: #074D78;
}
</style>
background-color css
<style>
a { background-color: #074D78; }
a { background-color: rgb(7,77,120); }
div.DivClassName
{
background-color: #074D78;
}
.BgClassName
{
background-color: #074D78;
}
</style>
border-color css
<style>
span { border-color: #074D78; }
span { border-color: rgb(7,77,120); }
td.TdClassName
{
border-color: #074D78;
}
.TagClassName
{
border-color: #074D78;
}
</style>