Shades of Dark Cerulean #074F70
Tints of Dark Cerulean #074F70
RGB
CMYK
RGB Variations
Color information
#074F70 (or 0x074F70) is known color: Dark Cerulean. HEX triplet: 07, 4F and 70. RGB value is (7,79,112). Sum of RGB (Red+Green+Blue) = 7+79+112=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #074F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F70 is #F8B08F. Grayscale: #3D3D3D. Windows color (decimal): -16298128 or 7360263. OLE color: 7360263.
HSL color Cylindrical-coordinate representation of color #074F70: hue angle of 198.86º 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 #074F70 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 79 | 112 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.56 |
| HSL | 198.86º | 0.88% | 0.23% | - |
| HSV(B) | 198.86º | 0.94% | 0.44% | - |
| XYZ | 5.81 | 6.81 | 16.34 | - |
| YUV | 61.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 112 | 0.94 | 0.29 | 0 | 0.56 | 198.86 | 0.88 | 0.23 |
| Hex | 7 | 4F | 70 | 5E | 1D | 0 | 38 | C7 | 58 | 17 |
| Octal | 7 | 117 | 160 | 136 | 35 | 0 | 70 | 307 | 130 | 27 |
| Binary | 111 | 1001111 | 1110000 | 1011110 | 11101 | 0 | 111000 | 11000111 | 1011000 | 10111 |
Color Harmonies of #074F70
Complementary color
Monochromatic Colors of #074F70
Black with #074F70
Text Example
Text Example
White with #074F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F70; }
p { color: rgb(7,79,112); }
H1.HeaderClassName
{
color: #074F70;
}
.AnyTagClassName
{
color: #074F70;
}
</style>
background-color css
<style>
a { background-color: #074F70; }
a { background-color: rgb(7,79,112); }
div.DivClassName
{
background-color: #074F70;
}
.BgClassName
{
background-color: #074F70;
}
</style>
border-color css
<style>
span { border-color: #074F70; }
span { border-color: rgb(7,79,112); }
td.TdClassName
{
border-color: #074F70;
}
.TagClassName
{
border-color: #074F70;
}
</style>