Shades of Dark Cerulean #09587C
Tints of Dark Cerulean #09587C
RGB
CMYK
RGB Variations
Color information
#09587C (or 0x09587C) is known color: Dark Cerulean. HEX triplet: 09, 58 and 7C. RGB value is (9,88,124). Sum of RGB (Red+Green+Blue) = 9+88+124=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #09587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09587C is #F6A783. Grayscale: #444444. Windows color (decimal): -16164740 or 8149001. OLE color: 8149001.
HSL color Cylindrical-coordinate representation of color #09587C: hue angle of 198.78º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09587C is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 88 | 124 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.51 |
| HSL | 198.78º | 0.86% | 0.26% | - |
| HSV(B) | 198.78º | 0.93% | 0.49% | - |
| XYZ | 7.24 | 8.49 | 20.33 | - |
| YUV | 68.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 124 | 0.93 | 0.29 | 0 | 0.51 | 198.78 | 0.86 | 0.26 |
| Hex | 9 | 58 | 7C | 5D | 1D | 0 | 33 | C7 | 56 | 1A |
| Octal | 11 | 130 | 174 | 135 | 35 | 0 | 63 | 307 | 126 | 32 |
| Binary | 1001 | 1011000 | 1111100 | 1011101 | 11101 | 0 | 110011 | 11000111 | 1010110 | 11010 |
Color Harmonies of #09587C
Complementary color
Monochromatic Colors of #09587C
Black with #09587C
Text Example
Text Example
White with #09587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09587C; }
p { color: rgb(9,88,124); }
H1.HeaderClassName
{
color: #09587C;
}
.AnyTagClassName
{
color: #09587C;
}
</style>
background-color css
<style>
a { background-color: #09587C; }
a { background-color: rgb(9,88,124); }
div.DivClassName
{
background-color: #09587C;
}
.BgClassName
{
background-color: #09587C;
}
</style>
border-color css
<style>
span { border-color: #09587C; }
span { border-color: rgb(9,88,124); }
td.TdClassName
{
border-color: #09587C;
}
.TagClassName
{
border-color: #09587C;
}
</style>