Shades of Dark Cerulean #06588C
Tints of Dark Cerulean #06588C
RGB
CMYK
RGB Variations
Color information
#06588C (or 0x06588C) is known color: Dark Cerulean. HEX triplet: 06, 58 and 8C. RGB value is (6,88,140). Sum of RGB (Red+Green+Blue) = 6+88+140=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #06588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06588C is #F9A773. Grayscale: #454545. Windows color (decimal): -16361332 or 9197574. OLE color: 9197574.
HSL color Cylindrical-coordinate representation of color #06588C: hue angle of 203.28º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06588C is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 88 | 140 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.45 |
| HSL | 203.28º | 0.92% | 0.29% | - |
| HSV(B) | 203.28º | 0.96% | 0.55% | - |
| XYZ | 8.3 | 8.91 | 26.09 | - |
| YUV | 69.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 140 | 0.96 | 0.37 | 0 | 0.45 | 203.28 | 0.92 | 0.29 |
| Hex | 6 | 58 | 8C | 60 | 25 | 0 | 2D | CB | 5C | 1D |
| Octal | 6 | 130 | 214 | 140 | 45 | 0 | 55 | 313 | 134 | 35 |
| Binary | 110 | 1011000 | 10001100 | 1100000 | 100101 | 0 | 101101 | 11001011 | 1011100 | 11101 |
Color Harmonies of #06588C
Complementary color
Monochromatic Colors of #06588C
Black with #06588C
Text Example
Text Example
White with #06588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06588C; }
p { color: rgb(6,88,140); }
H1.HeaderClassName
{
color: #06588C;
}
.AnyTagClassName
{
color: #06588C;
}
</style>
background-color css
<style>
a { background-color: #06588C; }
a { background-color: rgb(6,88,140); }
div.DivClassName
{
background-color: #06588C;
}
.BgClassName
{
background-color: #06588C;
}
</style>
border-color css
<style>
span { border-color: #06588C; }
span { border-color: rgb(6,88,140); }
td.TdClassName
{
border-color: #06588C;
}
.TagClassName
{
border-color: #06588C;
}
</style>