Shades of Dark Cerulean #074B70
Tints of Dark Cerulean #074B70
RGB
CMYK
RGB Variations
Color information
#074B70 (or 0x074B70) is known color: Dark Cerulean. HEX triplet: 07, 4B and 70. RGB value is (7,75,112). Sum of RGB (Red+Green+Blue) = 7+75+112=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #074B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B70 is #F8B48F. Grayscale: #3A3A3A. Windows color (decimal): -16299152 or 7359239. OLE color: 7359239.
HSL color Cylindrical-coordinate representation of color #074B70: hue angle of 201.14º 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 #074B70 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 75 | 112 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.56 |
| HSL | 201.14º | 0.88% | 0.23% | - |
| HSV(B) | 201.14º | 0.94% | 0.44% | - |
| XYZ | 5.53 | 6.25 | 16.24 | - |
| YUV | 58.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 112 | 0.94 | 0.33 | 0 | 0.56 | 201.14 | 0.88 | 0.23 |
| Hex | 7 | 4B | 70 | 5E | 21 | 0 | 38 | C9 | 58 | 17 |
| Octal | 7 | 113 | 160 | 136 | 41 | 0 | 70 | 311 | 130 | 27 |
| Binary | 111 | 1001011 | 1110000 | 1011110 | 100001 | 0 | 111000 | 11001001 | 1011000 | 10111 |
Color Harmonies of #074B70
Complementary color
Monochromatic Colors of #074B70
Black with #074B70
Text Example
Text Example
White with #074B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B70; }
p { color: rgb(7,75,112); }
H1.HeaderClassName
{
color: #074B70;
}
.AnyTagClassName
{
color: #074B70;
}
</style>
background-color css
<style>
a { background-color: #074B70; }
a { background-color: rgb(7,75,112); }
div.DivClassName
{
background-color: #074B70;
}
.BgClassName
{
background-color: #074B70;
}
</style>
border-color css
<style>
span { border-color: #074B70; }
span { border-color: rgb(7,75,112); }
td.TdClassName
{
border-color: #074B70;
}
.TagClassName
{
border-color: #074B70;
}
</style>