Shades of Dark Cerulean #074C70
Tints of Dark Cerulean #074C70
RGB
CMYK
RGB Variations
Color information
#074C70 (or 0x074C70) is known color: Dark Cerulean. HEX triplet: 07, 4C and 70. RGB value is (7,76,112). Sum of RGB (Red+Green+Blue) = 7+76+112=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #074C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C70 is #F8B38F. Grayscale: #3B3B3B. Windows color (decimal): -16298896 or 7359495. OLE color: 7359495.
HSL color Cylindrical-coordinate representation of color #074C70: hue angle of 200.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074C70 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 76 | 112 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.56 |
| HSL | 200.57º | 0.88% | 0.23% | - |
| HSV(B) | 200.57º | 0.94% | 0.44% | - |
| XYZ | 5.6 | 6.38 | 16.27 | - |
| YUV | 59.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 112 | 0.94 | 0.32 | 0 | 0.56 | 200.57 | 0.88 | 0.23 |
| Hex | 7 | 4C | 70 | 5E | 20 | 0 | 38 | C9 | 58 | 17 |
| Octal | 7 | 114 | 160 | 136 | 40 | 0 | 70 | 311 | 130 | 27 |
| Binary | 111 | 1001100 | 1110000 | 1011110 | 100000 | 0 | 111000 | 11001001 | 1011000 | 10111 |
Color Harmonies of #074C70
Complementary color
Monochromatic Colors of #074C70
Black with #074C70
Text Example
Text Example
White with #074C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C70; }
p { color: rgb(7,76,112); }
H1.HeaderClassName
{
color: #074C70;
}
.AnyTagClassName
{
color: #074C70;
}
</style>
background-color css
<style>
a { background-color: #074C70; }
a { background-color: rgb(7,76,112); }
div.DivClassName
{
background-color: #074C70;
}
.BgClassName
{
background-color: #074C70;
}
</style>
border-color css
<style>
span { border-color: #074C70; }
span { border-color: rgb(7,76,112); }
td.TdClassName
{
border-color: #074C70;
}
.TagClassName
{
border-color: #074C70;
}
</style>