Shades of Dark Cerulean #074D87
Tints of Dark Cerulean #074D87
RGB
CMYK
RGB Variations
Color information
#074D87 (or 0x074D87) is known color: Dark Cerulean. HEX triplet: 07, 4D and 87. RGB value is (7,77,135). Sum of RGB (Red+Green+Blue) = 7+77+135=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #074D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D87 is #F8B278. Grayscale: #3E3E3E. Windows color (decimal): -16298617 or 8867079. OLE color: 8867079.
HSL color Cylindrical-coordinate representation of color #074D87: hue angle of 207.19º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074D87 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 77 | 135 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.47 |
| HSL | 207.19º | 0.9% | 0.28% | - |
| HSV(B) | 207.19º | 0.95% | 0.53% | - |
| XYZ | 7.11 | 7.1 | 23.92 | - |
| YUV | 62.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 135 | 0.95 | 0.43 | 0 | 0.47 | 207.19 | 0.9 | 0.28 |
| Hex | 7 | 4D | 87 | 5F | 2B | 0 | 2F | CF | 5A | 1C |
| Octal | 7 | 115 | 207 | 137 | 53 | 0 | 57 | 317 | 132 | 34 |
| Binary | 111 | 1001101 | 10000111 | 1011111 | 101011 | 0 | 101111 | 11001111 | 1011010 | 11100 |
Color Harmonies of #074D87
Complementary color
Monochromatic Colors of #074D87
Black with #074D87
Text Example
Text Example
White with #074D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D87; }
p { color: rgb(7,77,135); }
H1.HeaderClassName
{
color: #074D87;
}
.AnyTagClassName
{
color: #074D87;
}
</style>
background-color css
<style>
a { background-color: #074D87; }
a { background-color: rgb(7,77,135); }
div.DivClassName
{
background-color: #074D87;
}
.BgClassName
{
background-color: #074D87;
}
</style>
border-color css
<style>
span { border-color: #074D87; }
span { border-color: rgb(7,77,135); }
td.TdClassName
{
border-color: #074D87;
}
.TagClassName
{
border-color: #074D87;
}
</style>