Shades of Dark Cerulean #07587D
Tints of Dark Cerulean #07587D
RGB
CMYK
RGB Variations
Color information
#07587D (or 0x07587D) is known color: Dark Cerulean. HEX triplet: 07, 58 and 7D. RGB value is (7,88,125). Sum of RGB (Red+Green+Blue) = 7+88+125=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #07587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07587D is #F8A782. Grayscale: #434343. Windows color (decimal): -16295811 or 8214535. OLE color: 8214535.
HSL color Cylindrical-coordinate representation of color #07587D: hue angle of 198.81º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07587D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 88 | 125 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.51 |
| HSL | 198.81º | 0.89% | 0.26% | - |
| HSV(B) | 198.81º | 0.94% | 0.49% | - |
| XYZ | 7.28 | 8.51 | 20.66 | - |
| YUV | 68 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 125 | 0.94 | 0.30 | 0 | 0.51 | 198.81 | 0.89 | 0.26 |
| Hex | 7 | 58 | 7D | 5E | 1E | 0 | 33 | C7 | 59 | 1A |
| Octal | 7 | 130 | 175 | 136 | 36 | 0 | 63 | 307 | 131 | 32 |
| Binary | 111 | 1011000 | 1111101 | 1011110 | 11110 | 0 | 110011 | 11000111 | 1011001 | 11010 |
Color Harmonies of #07587D
Complementary color
Monochromatic Colors of #07587D
Black with #07587D
Text Example
Text Example
White with #07587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07587D; }
p { color: rgb(7,88,125); }
H1.HeaderClassName
{
color: #07587D;
}
.AnyTagClassName
{
color: #07587D;
}
</style>
background-color css
<style>
a { background-color: #07587D; }
a { background-color: rgb(7,88,125); }
div.DivClassName
{
background-color: #07587D;
}
.BgClassName
{
background-color: #07587D;
}
</style>
border-color css
<style>
span { border-color: #07587D; }
span { border-color: rgb(7,88,125); }
td.TdClassName
{
border-color: #07587D;
}
.TagClassName
{
border-color: #07587D;
}
</style>