Shades of Dark Cerulean #074770
Tints of Dark Cerulean #074770
RGB
CMYK
RGB Variations
Color information
#074770 (or 0x074770) is known color: Dark Cerulean. HEX triplet: 07, 47 and 70. RGB value is (7,71,112). Sum of RGB (Red+Green+Blue) = 7+71+112=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #074770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074770 is #F8B88F. Grayscale: #383838. Windows color (decimal): -16300176 or 7358215. OLE color: 7358215.
HSL color Cylindrical-coordinate representation of color #074770: hue angle of 203.43º 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 #074770 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 71 | 112 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.56 |
| HSL | 203.43º | 0.88% | 0.23% | - |
| HSV(B) | 203.43º | 0.94% | 0.44% | - |
| XYZ | 5.27 | 5.72 | 16.16 | - |
| YUV | 56.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 112 | 0.94 | 0.37 | 0 | 0.56 | 203.43 | 0.88 | 0.23 |
| Hex | 7 | 47 | 70 | 5E | 25 | 0 | 38 | CB | 58 | 17 |
| Octal | 7 | 107 | 160 | 136 | 45 | 0 | 70 | 313 | 130 | 27 |
| Binary | 111 | 1000111 | 1110000 | 1011110 | 100101 | 0 | 111000 | 11001011 | 1011000 | 10111 |
Color Harmonies of #074770
Complementary color
Monochromatic Colors of #074770
Black with #074770
Text Example
Text Example
White with #074770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074770; }
p { color: rgb(7,71,112); }
H1.HeaderClassName
{
color: #074770;
}
.AnyTagClassName
{
color: #074770;
}
</style>
background-color css
<style>
a { background-color: #074770; }
a { background-color: rgb(7,71,112); }
div.DivClassName
{
background-color: #074770;
}
.BgClassName
{
background-color: #074770;
}
</style>
border-color css
<style>
span { border-color: #074770; }
span { border-color: rgb(7,71,112); }
td.TdClassName
{
border-color: #074770;
}
.TagClassName
{
border-color: #074770;
}
</style>