Shades of Dark Cerulean #073A89
Tints of Dark Cerulean #073A89
RGB
CMYK
RGB Variations
Color information
#073A89 (or 0x073A89) is known color: Dark Cerulean. HEX triplet: 07, 3A and 89. RGB value is (7,58,137). Sum of RGB (Red+Green+Blue) = 7+58+137=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #073A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A89 is #F8C576. Grayscale: #333333. Windows color (decimal): -16303479 or 8993287. OLE color: 8993287.
HSL color Cylindrical-coordinate representation of color #073A89: hue angle of 216.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A89 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 58 | 137 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.46 |
| HSL | 216.46º | 0.9% | 0.28% | - |
| HSV(B) | 216.46º | 0.95% | 0.54% | - |
| XYZ | 6.12 | 4.88 | 24.29 | - |
| YUV | 51.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 137 | 0.95 | 0.58 | 0 | 0.46 | 216.46 | 0.9 | 0.28 |
| Hex | 7 | 3A | 89 | 5F | 3A | 0 | 2E | D8 | 5A | 1C |
| Octal | 7 | 72 | 211 | 137 | 72 | 0 | 56 | 330 | 132 | 34 |
| Binary | 111 | 111010 | 10001001 | 1011111 | 111010 | 0 | 101110 | 11011000 | 1011010 | 11100 |
Color Harmonies of #073A89
Complementary color
Monochromatic Colors of #073A89
Black with #073A89
Text Example
Text Example
White with #073A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A89; }
p { color: rgb(7,58,137); }
H1.HeaderClassName
{
color: #073A89;
}
.AnyTagClassName
{
color: #073A89;
}
</style>
background-color css
<style>
a { background-color: #073A89; }
a { background-color: rgb(7,58,137); }
div.DivClassName
{
background-color: #073A89;
}
.BgClassName
{
background-color: #073A89;
}
</style>
border-color css
<style>
span { border-color: #073A89; }
span { border-color: rgb(7,58,137); }
td.TdClassName
{
border-color: #073A89;
}
.TagClassName
{
border-color: #073A89;
}
</style>