Shades of Dark Cerulean #07408C
Tints of Dark Cerulean #07408C
RGB
CMYK
RGB Variations
Color information
#07408C (or 0x07408C) is known color: Dark Cerulean. HEX triplet: 07, 40 and 8C. RGB value is (7,64,140). Sum of RGB (Red+Green+Blue) = 7+64+140=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #07408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07408C is #F8BF73. Grayscale: #373737. Windows color (decimal): -16301940 or 9191431. OLE color: 9191431.
HSL color Cylindrical-coordinate representation of color #07408C: hue angle of 214.29º degrees, saturation: 0.9, 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 #07408C is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 64 | 140 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.45 |
| HSL | 214.29º | 0.9% | 0.29% | - |
| HSV(B) | 214.29º | 0.95% | 0.55% | - |
| XYZ | 6.65 | 5.61 | 25.54 | - |
| YUV | 55.62 | 175.62 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 140 | 0.95 | 0.54 | 0 | 0.45 | 214.29 | 0.9 | 0.29 |
| Hex | 7 | 40 | 8C | 5F | 36 | 0 | 2D | D6 | 5A | 1D |
| Octal | 7 | 100 | 214 | 137 | 66 | 0 | 55 | 326 | 132 | 35 |
| Binary | 111 | 1000000 | 10001100 | 1011111 | 110110 | 0 | 101101 | 11010110 | 1011010 | 11101 |
Color Harmonies of #07408C
Complementary color
Monochromatic Colors of #07408C
Black with #07408C
Text Example
Text Example
White with #07408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07408C; }
p { color: rgb(7,64,140); }
H1.HeaderClassName
{
color: #07408C;
}
.AnyTagClassName
{
color: #07408C;
}
</style>
background-color css
<style>
a { background-color: #07408C; }
a { background-color: rgb(7,64,140); }
div.DivClassName
{
background-color: #07408C;
}
.BgClassName
{
background-color: #07408C;
}
</style>
border-color css
<style>
span { border-color: #07408C; }
span { border-color: rgb(7,64,140); }
td.TdClassName
{
border-color: #07408C;
}
.TagClassName
{
border-color: #07408C;
}
</style>