Shades of Dark Cerulean #073C8A
Tints of Dark Cerulean #073C8A
RGB
CMYK
RGB Variations
Color information
#073C8A (or 0x073C8A) is known color: Dark Cerulean. HEX triplet: 07, 3C and 8A. RGB value is (7,60,138). Sum of RGB (Red+Green+Blue) = 7+60+138=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #073C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C8A is #F8C375. Grayscale: #343434. Windows color (decimal): -16302966 or 9059335. OLE color: 9059335.
HSL color Cylindrical-coordinate representation of color #073C8A: hue angle of 215.73º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073C8A is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 60 | 138 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.46 |
| HSL | 215.73º | 0.9% | 0.28% | - |
| HSV(B) | 215.73º | 0.95% | 0.54% | - |
| XYZ | 6.29 | 5.11 | 24.7 | - |
| YUV | 53.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 138 | 0.95 | 0.57 | 0 | 0.46 | 215.73 | 0.9 | 0.28 |
| Hex | 7 | 3C | 8A | 5F | 39 | 0 | 2E | D8 | 5A | 1C |
| Octal | 7 | 74 | 212 | 137 | 71 | 0 | 56 | 330 | 132 | 34 |
| Binary | 111 | 111100 | 10001010 | 1011111 | 111001 | 0 | 101110 | 11011000 | 1011010 | 11100 |
Color Harmonies of #073C8A
Complementary color
Monochromatic Colors of #073C8A
Black with #073C8A
Text Example
Text Example
White with #073C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C8A; }
p { color: rgb(7,60,138); }
H1.HeaderClassName
{
color: #073C8A;
}
.AnyTagClassName
{
color: #073C8A;
}
</style>
background-color css
<style>
a { background-color: #073C8A; }
a { background-color: rgb(7,60,138); }
div.DivClassName
{
background-color: #073C8A;
}
.BgClassName
{
background-color: #073C8A;
}
</style>
border-color css
<style>
span { border-color: #073C8A; }
span { border-color: rgb(7,60,138); }
td.TdClassName
{
border-color: #073C8A;
}
.TagClassName
{
border-color: #073C8A;
}
</style>