Shades of Dark Cerulean #073A78
Tints of Dark Cerulean #073A78
RGB
CMYK
RGB Variations
Color information
#073A78 (or 0x073A78) is known color: Dark Cerulean. HEX triplet: 07, 3A and 78. RGB value is (7,58,120). Sum of RGB (Red+Green+Blue) = 7+58+120=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #073A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A78 is #F8C587. Grayscale: #313131. Windows color (decimal): -16303496 or 7879175. OLE color: 7879175.
HSL color Cylindrical-coordinate representation of color #073A78: hue angle of 212.92º 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 #073A78 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 58 | 120 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.53 |
| HSL | 212.92º | 0.89% | 0.25% | - |
| HSV(B) | 212.92º | 0.94% | 0.47% | - |
| XYZ | 4.99 | 4.43 | 18.36 | - |
| YUV | 49.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 120 | 0.94 | 0.52 | 0 | 0.53 | 212.92 | 0.89 | 0.25 |
| Hex | 7 | 3A | 78 | 5E | 34 | 0 | 35 | D5 | 59 | 19 |
| Octal | 7 | 72 | 170 | 136 | 64 | 0 | 65 | 325 | 131 | 31 |
| Binary | 111 | 111010 | 1111000 | 1011110 | 110100 | 0 | 110101 | 11010101 | 1011001 | 11001 |
Color Harmonies of #073A78
Complementary color
Monochromatic Colors of #073A78
Black with #073A78
Text Example
Text Example
White with #073A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A78; }
p { color: rgb(7,58,120); }
H1.HeaderClassName
{
color: #073A78;
}
.AnyTagClassName
{
color: #073A78;
}
</style>
background-color css
<style>
a { background-color: #073A78; }
a { background-color: rgb(7,58,120); }
div.DivClassName
{
background-color: #073A78;
}
.BgClassName
{
background-color: #073A78;
}
</style>
border-color css
<style>
span { border-color: #073A78; }
span { border-color: rgb(7,58,120); }
td.TdClassName
{
border-color: #073A78;
}
.TagClassName
{
border-color: #073A78;
}
</style>