Shades of Dark Cerulean #09588B
Tints of Dark Cerulean #09588B
RGB
CMYK
RGB Variations
Color information
#09588B (or 0x09588B) is known color: Dark Cerulean. HEX triplet: 09, 58 and 8B. RGB value is (9,88,139). Sum of RGB (Red+Green+Blue) = 9+88+139=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #09588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09588B is #F6A774. Grayscale: #454545. Windows color (decimal): -16164725 or 9132041. OLE color: 9132041.
HSL color Cylindrical-coordinate representation of color #09588B: hue angle of 203.54º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09588B is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 88 | 139 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.45 |
| HSL | 203.54º | 0.88% | 0.29% | - |
| HSV(B) | 203.54º | 0.94% | 0.55% | - |
| XYZ | 8.26 | 8.9 | 25.71 | - |
| YUV | 70.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 139 | 0.94 | 0.37 | 0 | 0.45 | 203.54 | 0.88 | 0.29 |
| Hex | 9 | 58 | 8B | 5E | 25 | 0 | 2D | CC | 58 | 1D |
| Octal | 11 | 130 | 213 | 136 | 45 | 0 | 55 | 314 | 130 | 35 |
| Binary | 1001 | 1011000 | 10001011 | 1011110 | 100101 | 0 | 101101 | 11001100 | 1011000 | 11101 |
Color Harmonies of #09588B
Complementary color
Monochromatic Colors of #09588B
Black with #09588B
Text Example
Text Example
White with #09588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09588B; }
p { color: rgb(9,88,139); }
H1.HeaderClassName
{
color: #09588B;
}
.AnyTagClassName
{
color: #09588B;
}
</style>
background-color css
<style>
a { background-color: #09588B; }
a { background-color: rgb(9,88,139); }
div.DivClassName
{
background-color: #09588B;
}
.BgClassName
{
background-color: #09588B;
}
</style>
border-color css
<style>
span { border-color: #09588B; }
span { border-color: rgb(9,88,139); }
td.TdClassName
{
border-color: #09588B;
}
.TagClassName
{
border-color: #09588B;
}
</style>