Shades of Dark Cerulean #09588A
Tints of Dark Cerulean #09588A
RGB
CMYK
RGB Variations
Color information
#09588A (or 0x09588A) is known color: Dark Cerulean. HEX triplet: 09, 58 and 8A. RGB value is (9,88,138). Sum of RGB (Red+Green+Blue) = 9+88+138=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #09588A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09588A is #F6A775. Grayscale: #454545. Windows color (decimal): -16164726 or 9066505. OLE color: 9066505.
HSL color Cylindrical-coordinate representation of color #09588A: hue angle of 203.26º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09588A is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 88 | 138 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.46 |
| HSL | 203.26º | 0.88% | 0.29% | - |
| HSV(B) | 203.26º | 0.93% | 0.54% | - |
| XYZ | 8.19 | 8.87 | 25.33 | - |
| YUV | 70.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 138 | 0.93 | 0.36 | 0 | 0.46 | 203.26 | 0.88 | 0.29 |
| Hex | 9 | 58 | 8A | 5D | 24 | 0 | 2E | CB | 58 | 1D |
| Octal | 11 | 130 | 212 | 135 | 44 | 0 | 56 | 313 | 130 | 35 |
| Binary | 1001 | 1011000 | 10001010 | 1011101 | 100100 | 0 | 101110 | 11001011 | 1011000 | 11101 |
Color Harmonies of #09588A
Complementary color
Monochromatic Colors of #09588A
Black with #09588A
Text Example
Text Example
White with #09588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09588A; }
p { color: rgb(9,88,138); }
H1.HeaderClassName
{
color: #09588A;
}
.AnyTagClassName
{
color: #09588A;
}
</style>
background-color css
<style>
a { background-color: #09588A; }
a { background-color: rgb(9,88,138); }
div.DivClassName
{
background-color: #09588A;
}
.BgClassName
{
background-color: #09588A;
}
</style>
border-color css
<style>
span { border-color: #09588A; }
span { border-color: rgb(9,88,138); }
td.TdClassName
{
border-color: #09588A;
}
.TagClassName
{
border-color: #09588A;
}
</style>