Shades of Dark Cerulean #07528E
Tints of Dark Cerulean #07528E
RGB
CMYK
RGB Variations
Color information
#07528E (or 0x07528E) is known color: Dark Cerulean. HEX triplet: 07, 52 and 8E. RGB value is (7,82,142). Sum of RGB (Red+Green+Blue) = 7+82+142=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #07528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07528E is #F8AD71. Grayscale: #424242. Windows color (decimal): -16297330 or 9327111. OLE color: 9327111.
HSL color Cylindrical-coordinate representation of color #07528E: hue angle of 206.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07528E is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 82 | 142 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.44 |
| HSL | 206.67º | 0.91% | 0.29% | - |
| HSV(B) | 206.67º | 0.95% | 0.56% | - |
| XYZ | 7.99 | 8.03 | 26.72 | - |
| YUV | 66.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 142 | 0.95 | 0.42 | 0 | 0.44 | 206.67 | 0.91 | 0.29 |
| Hex | 7 | 52 | 8E | 5F | 2A | 0 | 2C | CF | 5B | 1D |
| Octal | 7 | 122 | 216 | 137 | 52 | 0 | 54 | 317 | 133 | 35 |
| Binary | 111 | 1010010 | 10001110 | 1011111 | 101010 | 0 | 101100 | 11001111 | 1011011 | 11101 |
Color Harmonies of #07528E
Complementary color
Monochromatic Colors of #07528E
Black with #07528E
Text Example
Text Example
White with #07528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07528E; }
p { color: rgb(7,82,142); }
H1.HeaderClassName
{
color: #07528E;
}
.AnyTagClassName
{
color: #07528E;
}
</style>
background-color css
<style>
a { background-color: #07528E; }
a { background-color: rgb(7,82,142); }
div.DivClassName
{
background-color: #07528E;
}
.BgClassName
{
background-color: #07528E;
}
</style>
border-color css
<style>
span { border-color: #07528E; }
span { border-color: rgb(7,82,142); }
td.TdClassName
{
border-color: #07528E;
}
.TagClassName
{
border-color: #07528E;
}
</style>