Shades of Dark Cerulean #073A73
Tints of Dark Cerulean #073A73
RGB
CMYK
RGB Variations
Color information
#073A73 (or 0x073A73) is known color: Dark Cerulean. HEX triplet: 07, 3A and 73. RGB value is (7,58,115). Sum of RGB (Red+Green+Blue) = 7+58+115=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #073A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A73 is #F8C58C. Grayscale: #303030. Windows color (decimal): -16303501 or 7551495. OLE color: 7551495.
HSL color Cylindrical-coordinate representation of color #073A73: hue angle of 211.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A73 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 58 | 115 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.55 |
| HSL | 211.67º | 0.89% | 0.24% | - |
| HSV(B) | 211.67º | 0.94% | 0.45% | - |
| XYZ | 4.7 | 4.31 | 16.8 | - |
| YUV | 49.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 115 | 0.94 | 0.50 | 0 | 0.55 | 211.67 | 0.89 | 0.24 |
| Hex | 7 | 3A | 73 | 5E | 32 | 0 | 37 | D4 | 59 | 18 |
| Octal | 7 | 72 | 163 | 136 | 62 | 0 | 67 | 324 | 131 | 30 |
| Binary | 111 | 111010 | 1110011 | 1011110 | 110010 | 0 | 110111 | 11010100 | 1011001 | 11000 |
Color Harmonies of #073A73
Complementary color
Monochromatic Colors of #073A73
Black with #073A73
Text Example
Text Example
White with #073A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A73; }
p { color: rgb(7,58,115); }
H1.HeaderClassName
{
color: #073A73;
}
.AnyTagClassName
{
color: #073A73;
}
</style>
background-color css
<style>
a { background-color: #073A73; }
a { background-color: rgb(7,58,115); }
div.DivClassName
{
background-color: #073A73;
}
.BgClassName
{
background-color: #073A73;
}
</style>
border-color css
<style>
span { border-color: #073A73; }
span { border-color: rgb(7,58,115); }
td.TdClassName
{
border-color: #073A73;
}
.TagClassName
{
border-color: #073A73;
}
</style>