Shades of Dark Cerulean #073A81
Tints of Dark Cerulean #073A81
RGB
CMYK
RGB Variations
Color information
#073A81 (or 0x073A81) is known color: Dark Cerulean. HEX triplet: 07, 3A and 81. RGB value is (7,58,129). Sum of RGB (Red+Green+Blue) = 7+58+129=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #073A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A81 is #F8C57E. Grayscale: #323232. Windows color (decimal): -16303487 or 8468999. OLE color: 8468999.
HSL color Cylindrical-coordinate representation of color #073A81: hue angle of 214.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A81 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 58 | 129 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.49 |
| HSL | 214.92º | 0.9% | 0.27% | - |
| HSV(B) | 214.92º | 0.95% | 0.51% | - |
| XYZ | 5.56 | 4.66 | 21.37 | - |
| YUV | 50.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 129 | 0.95 | 0.55 | 0 | 0.49 | 214.92 | 0.9 | 0.27 |
| Hex | 7 | 3A | 81 | 5F | 37 | 0 | 31 | D7 | 5A | 1B |
| Octal | 7 | 72 | 201 | 137 | 67 | 0 | 61 | 327 | 132 | 33 |
| Binary | 111 | 111010 | 10000001 | 1011111 | 110111 | 0 | 110001 | 11010111 | 1011010 | 11011 |
Color Harmonies of #073A81
Complementary color
Monochromatic Colors of #073A81
Black with #073A81
Text Example
Text Example
White with #073A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A81; }
p { color: rgb(7,58,129); }
H1.HeaderClassName
{
color: #073A81;
}
.AnyTagClassName
{
color: #073A81;
}
</style>
background-color css
<style>
a { background-color: #073A81; }
a { background-color: rgb(7,58,129); }
div.DivClassName
{
background-color: #073A81;
}
.BgClassName
{
background-color: #073A81;
}
</style>
border-color css
<style>
span { border-color: #073A81; }
span { border-color: rgb(7,58,129); }
td.TdClassName
{
border-color: #073A81;
}
.TagClassName
{
border-color: #073A81;
}
</style>