Shades of Dark Cerulean #074D72
Tints of Dark Cerulean #074D72
RGB
CMYK
RGB Variations
Color information
#074D72 (or 0x074D72) is known color: Dark Cerulean. HEX triplet: 07, 4D and 72. RGB value is (7,77,114). Sum of RGB (Red+Green+Blue) = 7+77+114=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #074D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D72 is #F8B28D. Grayscale: #3C3C3C. Windows color (decimal): -16298638 or 7490823. OLE color: 7490823.
HSL color Cylindrical-coordinate representation of color #074D72: hue angle of 200.75º 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 #074D72 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 77 | 114 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.55 |
| HSL | 200.75º | 0.88% | 0.24% | - |
| HSV(B) | 200.75º | 0.94% | 0.45% | - |
| XYZ | 5.78 | 6.57 | 16.88 | - |
| YUV | 60.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 114 | 0.94 | 0.32 | 0 | 0.55 | 200.75 | 0.88 | 0.24 |
| Hex | 7 | 4D | 72 | 5E | 20 | 0 | 37 | C9 | 58 | 18 |
| Octal | 7 | 115 | 162 | 136 | 40 | 0 | 67 | 311 | 130 | 30 |
| Binary | 111 | 1001101 | 1110010 | 1011110 | 100000 | 0 | 110111 | 11001001 | 1011000 | 11000 |
Color Harmonies of #074D72
Complementary color
Monochromatic Colors of #074D72
Black with #074D72
Text Example
Text Example
White with #074D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D72; }
p { color: rgb(7,77,114); }
H1.HeaderClassName
{
color: #074D72;
}
.AnyTagClassName
{
color: #074D72;
}
</style>
background-color css
<style>
a { background-color: #074D72; }
a { background-color: rgb(7,77,114); }
div.DivClassName
{
background-color: #074D72;
}
.BgClassName
{
background-color: #074D72;
}
</style>
border-color css
<style>
span { border-color: #074D72; }
span { border-color: rgb(7,77,114); }
td.TdClassName
{
border-color: #074D72;
}
.TagClassName
{
border-color: #074D72;
}
</style>