Shades of Dark Cerulean #07478D
Tints of Dark Cerulean #07478D
RGB
CMYK
RGB Variations
Color information
#07478D (or 0x07478D) is known color: Dark Cerulean. HEX triplet: 07, 47 and 8D. RGB value is (7,71,141). Sum of RGB (Red+Green+Blue) = 7+71+141=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #07478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07478D is #F8B872. Grayscale: #3B3B3B. Windows color (decimal): -16300147 or 9258759. OLE color: 9258759.
HSL color Cylindrical-coordinate representation of color #07478D: hue angle of 211.34º 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 #07478D is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 71 | 141 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.45 |
| HSL | 211.34º | 0.91% | 0.29% | - |
| HSV(B) | 211.34º | 0.95% | 0.55% | - |
| XYZ | 7.15 | 6.47 | 26.07 | - |
| YUV | 59.84 | 173.8 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 141 | 0.95 | 0.50 | 0 | 0.45 | 211.34 | 0.91 | 0.29 |
| Hex | 7 | 47 | 8D | 5F | 32 | 0 | 2D | D3 | 5B | 1D |
| Octal | 7 | 107 | 215 | 137 | 62 | 0 | 55 | 323 | 133 | 35 |
| Binary | 111 | 1000111 | 10001101 | 1011111 | 110010 | 0 | 101101 | 11010011 | 1011011 | 11101 |
Color Harmonies of #07478D
Complementary color
Monochromatic Colors of #07478D
Black with #07478D
Text Example
Text Example
White with #07478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07478D; }
p { color: rgb(7,71,141); }
H1.HeaderClassName
{
color: #07478D;
}
.AnyTagClassName
{
color: #07478D;
}
</style>
background-color css
<style>
a { background-color: #07478D; }
a { background-color: rgb(7,71,141); }
div.DivClassName
{
background-color: #07478D;
}
.BgClassName
{
background-color: #07478D;
}
</style>
border-color css
<style>
span { border-color: #07478D; }
span { border-color: rgb(7,71,141); }
td.TdClassName
{
border-color: #07478D;
}
.TagClassName
{
border-color: #07478D;
}
</style>