Shades of Dark Cerulean #073D77
Tints of Dark Cerulean #073D77
RGB
CMYK
RGB Variations
Color information
#073D77 (or 0x073D77) is known color: Dark Cerulean. HEX triplet: 07, 3D and 77. RGB value is (7,61,119). Sum of RGB (Red+Green+Blue) = 7+61+119=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #073D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D77 is #F8C288. Grayscale: #333333. Windows color (decimal): -16302729 or 7814407. OLE color: 7814407.
HSL color Cylindrical-coordinate representation of color #073D77: hue angle of 211.07º 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 #073D77 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 61 | 119 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.53 |
| HSL | 211.07º | 0.89% | 0.25% | - |
| HSV(B) | 211.07º | 0.94% | 0.47% | - |
| XYZ | 5.09 | 4.71 | 18.09 | - |
| YUV | 51.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 119 | 0.94 | 0.49 | 0 | 0.53 | 211.07 | 0.89 | 0.25 |
| Hex | 7 | 3D | 77 | 5E | 31 | 0 | 35 | D3 | 59 | 19 |
| Octal | 7 | 75 | 167 | 136 | 61 | 0 | 65 | 323 | 131 | 31 |
| Binary | 111 | 111101 | 1110111 | 1011110 | 110001 | 0 | 110101 | 11010011 | 1011001 | 11001 |
Color Harmonies of #073D77
Complementary color
Monochromatic Colors of #073D77
Black with #073D77
Text Example
Text Example
White with #073D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D77; }
p { color: rgb(7,61,119); }
H1.HeaderClassName
{
color: #073D77;
}
.AnyTagClassName
{
color: #073D77;
}
</style>
background-color css
<style>
a { background-color: #073D77; }
a { background-color: rgb(7,61,119); }
div.DivClassName
{
background-color: #073D77;
}
.BgClassName
{
background-color: #073D77;
}
</style>
border-color css
<style>
span { border-color: #073D77; }
span { border-color: rgb(7,61,119); }
td.TdClassName
{
border-color: #073D77;
}
.TagClassName
{
border-color: #073D77;
}
</style>