Shades of Dark Cerulean #07408A
Tints of Dark Cerulean #07408A
RGB
CMYK
RGB Variations
Color information
#07408A (or 0x07408A) is known color: Dark Cerulean. HEX triplet: 07, 40 and 8A. RGB value is (7,64,138). Sum of RGB (Red+Green+Blue) = 7+64+138=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #07408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07408A is #F8BF75. Grayscale: #373737. Windows color (decimal): -16301942 or 9060359. OLE color: 9060359.
HSL color Cylindrical-coordinate representation of color #07408A: hue angle of 213.89º 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 #07408A is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 64 | 138 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.46 |
| HSL | 213.89º | 0.9% | 0.28% | - |
| HSV(B) | 213.89º | 0.95% | 0.54% | - |
| XYZ | 6.51 | 5.55 | 24.77 | - |
| YUV | 55.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 138 | 0.95 | 0.54 | 0 | 0.46 | 213.89 | 0.9 | 0.28 |
| Hex | 7 | 40 | 8A | 5F | 36 | 0 | 2E | D6 | 5A | 1C |
| Octal | 7 | 100 | 212 | 137 | 66 | 0 | 56 | 326 | 132 | 34 |
| Binary | 111 | 1000000 | 10001010 | 1011111 | 110110 | 0 | 101110 | 11010110 | 1011010 | 11100 |
Color Harmonies of #07408A
Complementary color
Monochromatic Colors of #07408A
Black with #07408A
Text Example
Text Example
White with #07408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07408A; }
p { color: rgb(7,64,138); }
H1.HeaderClassName
{
color: #07408A;
}
.AnyTagClassName
{
color: #07408A;
}
</style>
background-color css
<style>
a { background-color: #07408A; }
a { background-color: rgb(7,64,138); }
div.DivClassName
{
background-color: #07408A;
}
.BgClassName
{
background-color: #07408A;
}
</style>
border-color css
<style>
span { border-color: #07408A; }
span { border-color: rgb(7,64,138); }
td.TdClassName
{
border-color: #07408A;
}
.TagClassName
{
border-color: #07408A;
}
</style>