Shades of Dark Cerulean #073D73
Tints of Dark Cerulean #073D73
RGB
CMYK
RGB Variations
Color information
#073D73 (or 0x073D73) is known color: Dark Cerulean. HEX triplet: 07, 3D and 73. RGB value is (7,61,115). Sum of RGB (Red+Green+Blue) = 7+61+115=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #073D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D73 is #F8C28C. Grayscale: #323232. Windows color (decimal): -16302733 or 7552263. OLE color: 7552263.
HSL color Cylindrical-coordinate representation of color #073D73: hue angle of 210º 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 #073D73 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 61 | 115 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.55 |
| HSL | 210º | 0.89% | 0.24% | - |
| HSV(B) | 210º | 0.94% | 0.45% | - |
| XYZ | 4.85 | 4.62 | 16.86 | - |
| YUV | 51.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 115 | 0.94 | 0.47 | 0 | 0.55 | 210 | 0.89 | 0.24 |
| Hex | 7 | 3D | 73 | 5E | 2F | 0 | 37 | D2 | 59 | 18 |
| Octal | 7 | 75 | 163 | 136 | 57 | 0 | 67 | 322 | 131 | 30 |
| Binary | 111 | 111101 | 1110011 | 1011110 | 101111 | 0 | 110111 | 11010010 | 1011001 | 11000 |
Color Harmonies of #073D73
Complementary color
Monochromatic Colors of #073D73
Black with #073D73
Text Example
Text Example
White with #073D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D73; }
p { color: rgb(7,61,115); }
H1.HeaderClassName
{
color: #073D73;
}
.AnyTagClassName
{
color: #073D73;
}
</style>
background-color css
<style>
a { background-color: #073D73; }
a { background-color: rgb(7,61,115); }
div.DivClassName
{
background-color: #073D73;
}
.BgClassName
{
background-color: #073D73;
}
</style>
border-color css
<style>
span { border-color: #073D73; }
span { border-color: rgb(7,61,115); }
td.TdClassName
{
border-color: #073D73;
}
.TagClassName
{
border-color: #073D73;
}
</style>