Shades of Dark Cerulean #073F77
Tints of Dark Cerulean #073F77
RGB
CMYK
RGB Variations
Color information
#073F77 (or 0x073F77) is known color: Dark Cerulean. HEX triplet: 07, 3F and 77. RGB value is (7,63,119). Sum of RGB (Red+Green+Blue) = 7+63+119=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #073F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F77 is #F8C088. Grayscale: #343434. Windows color (decimal): -16302217 or 7814919. OLE color: 7814919.
HSL color Cylindrical-coordinate representation of color #073F77: hue angle of 210º 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 #073F77 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 63 | 119 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.53 |
| HSL | 210º | 0.89% | 0.25% | - |
| HSV(B) | 210º | 0.94% | 0.47% | - |
| XYZ | 5.19 | 4.93 | 18.13 | - |
| YUV | 52.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 119 | 0.94 | 0.47 | 0 | 0.53 | 210 | 0.89 | 0.25 |
| Hex | 7 | 3F | 77 | 5E | 2F | 0 | 35 | D2 | 59 | 19 |
| Octal | 7 | 77 | 167 | 136 | 57 | 0 | 65 | 322 | 131 | 31 |
| Binary | 111 | 111111 | 1110111 | 1011110 | 101111 | 0 | 110101 | 11010010 | 1011001 | 11001 |
Color Harmonies of #073F77
Complementary color
Monochromatic Colors of #073F77
Black with #073F77
Text Example
Text Example
White with #073F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F77; }
p { color: rgb(7,63,119); }
H1.HeaderClassName
{
color: #073F77;
}
.AnyTagClassName
{
color: #073F77;
}
</style>
background-color css
<style>
a { background-color: #073F77; }
a { background-color: rgb(7,63,119); }
div.DivClassName
{
background-color: #073F77;
}
.BgClassName
{
background-color: #073F77;
}
</style>
border-color css
<style>
span { border-color: #073F77; }
span { border-color: rgb(7,63,119); }
td.TdClassName
{
border-color: #073F77;
}
.TagClassName
{
border-color: #073F77;
}
</style>