Shades of Dark Cerulean #074078
Tints of Dark Cerulean #074078
RGB
CMYK
RGB Variations
Color information
#074078 (or 0x074078) is known color: Dark Cerulean. HEX triplet: 07, 40 and 78. RGB value is (7,64,120). Sum of RGB (Red+Green+Blue) = 7+64+120=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #074078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074078 is #F8BF87. Grayscale: #353535. Windows color (decimal): -16301960 or 7880711. OLE color: 7880711.
HSL color Cylindrical-coordinate representation of color #074078: hue angle of 209.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074078 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 64 | 120 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.53 |
| HSL | 209.73º | 0.89% | 0.25% | - |
| HSV(B) | 209.73º | 0.94% | 0.47% | - |
| XYZ | 5.31 | 5.07 | 18.47 | - |
| YUV | 53.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 120 | 0.94 | 0.47 | 0 | 0.53 | 209.73 | 0.89 | 0.25 |
| Hex | 7 | 40 | 78 | 5E | 2F | 0 | 35 | D2 | 59 | 19 |
| Octal | 7 | 100 | 170 | 136 | 57 | 0 | 65 | 322 | 131 | 31 |
| Binary | 111 | 1000000 | 1111000 | 1011110 | 101111 | 0 | 110101 | 11010010 | 1011001 | 11001 |
Color Harmonies of #074078
Complementary color
Monochromatic Colors of #074078
Black with #074078
Text Example
Text Example
White with #074078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074078; }
p { color: rgb(7,64,120); }
H1.HeaderClassName
{
color: #074078;
}
.AnyTagClassName
{
color: #074078;
}
</style>
background-color css
<style>
a { background-color: #074078; }
a { background-color: rgb(7,64,120); }
div.DivClassName
{
background-color: #074078;
}
.BgClassName
{
background-color: #074078;
}
</style>
border-color css
<style>
span { border-color: #074078; }
span { border-color: rgb(7,64,120); }
td.TdClassName
{
border-color: #074078;
}
.TagClassName
{
border-color: #074078;
}
</style>