Shades of Dark Cerulean #074C87
Tints of Dark Cerulean #074C87
RGB
CMYK
RGB Variations
Color information
#074C87 (or 0x074C87) is known color: Dark Cerulean. HEX triplet: 07, 4C and 87. RGB value is (7,76,135). Sum of RGB (Red+Green+Blue) = 7+76+135=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #074C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C87 is #F8B378. Grayscale: #3D3D3D. Windows color (decimal): -16298873 or 8866823. OLE color: 8866823.
HSL color Cylindrical-coordinate representation of color #074C87: hue angle of 207.66º 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 #074C87 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 76 | 135 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.47 |
| HSL | 207.66º | 0.9% | 0.28% | - |
| HSV(B) | 207.66º | 0.95% | 0.53% | - |
| XYZ | 7.05 | 6.96 | 23.89 | - |
| YUV | 62.1 | 169.14 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 135 | 0.95 | 0.44 | 0 | 0.47 | 207.66 | 0.9 | 0.28 |
| Hex | 7 | 4C | 87 | 5F | 2C | 0 | 2F | D0 | 5A | 1C |
| Octal | 7 | 114 | 207 | 137 | 54 | 0 | 57 | 320 | 132 | 34 |
| Binary | 111 | 1001100 | 10000111 | 1011111 | 101100 | 0 | 101111 | 11010000 | 1011010 | 11100 |
Color Harmonies of #074C87
Complementary color
Monochromatic Colors of #074C87
Black with #074C87
Text Example
Text Example
White with #074C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C87; }
p { color: rgb(7,76,135); }
H1.HeaderClassName
{
color: #074C87;
}
.AnyTagClassName
{
color: #074C87;
}
</style>
background-color css
<style>
a { background-color: #074C87; }
a { background-color: rgb(7,76,135); }
div.DivClassName
{
background-color: #074C87;
}
.BgClassName
{
background-color: #074C87;
}
</style>
border-color css
<style>
span { border-color: #074C87; }
span { border-color: rgb(7,76,135); }
td.TdClassName
{
border-color: #074C87;
}
.TagClassName
{
border-color: #074C87;
}
</style>