Shades of Dark Cerulean #073F8D
Tints of Dark Cerulean #073F8D
RGB
CMYK
RGB Variations
Color information
#073F8D (or 0x073F8D) is known color: Dark Cerulean. HEX triplet: 07, 3F and 8D. RGB value is (7,63,141). Sum of RGB (Red+Green+Blue) = 7+63+141=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #073F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F8D is #F8C072. Grayscale: #363636. Windows color (decimal): -16302195 or 9256711. OLE color: 9256711.
HSL color Cylindrical-coordinate representation of color #073F8D: hue angle of 214.93º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073F8D is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 63 | 141 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.45 |
| HSL | 214.93º | 0.91% | 0.29% | - |
| HSV(B) | 214.93º | 0.95% | 0.55% | - |
| XYZ | 6.67 | 5.52 | 25.91 | - |
| YUV | 55.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 141 | 0.95 | 0.55 | 0 | 0.45 | 214.93 | 0.91 | 0.29 |
| Hex | 7 | 3F | 8D | 5F | 37 | 0 | 2D | D7 | 5B | 1D |
| Octal | 7 | 77 | 215 | 137 | 67 | 0 | 55 | 327 | 133 | 35 |
| Binary | 111 | 111111 | 10001101 | 1011111 | 110111 | 0 | 101101 | 11010111 | 1011011 | 11101 |
Color Harmonies of #073F8D
Complementary color
Monochromatic Colors of #073F8D
Black with #073F8D
Text Example
Text Example
White with #073F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F8D; }
p { color: rgb(7,63,141); }
H1.HeaderClassName
{
color: #073F8D;
}
.AnyTagClassName
{
color: #073F8D;
}
</style>
background-color css
<style>
a { background-color: #073F8D; }
a { background-color: rgb(7,63,141); }
div.DivClassName
{
background-color: #073F8D;
}
.BgClassName
{
background-color: #073F8D;
}
</style>
border-color css
<style>
span { border-color: #073F8D; }
span { border-color: rgb(7,63,141); }
td.TdClassName
{
border-color: #073F8D;
}
.TagClassName
{
border-color: #073F8D;
}
</style>