Shades of Dark Cerulean #09598B
Tints of Dark Cerulean #09598B
RGB
CMYK
RGB Variations
Color information
#09598B (or 0x09598B) is known color: Dark Cerulean. HEX triplet: 09, 59 and 8B. RGB value is (9,89,139). Sum of RGB (Red+Green+Blue) = 9+89+139=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #09598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09598B is #F6A674. Grayscale: #464646. Windows color (decimal): -16164469 or 9132297. OLE color: 9132297.
HSL color Cylindrical-coordinate representation of color #09598B: hue angle of 203.08º 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 #09598B is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 89 | 139 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.45 |
| HSL | 203.08º | 0.88% | 0.29% | - |
| HSV(B) | 203.08º | 0.94% | 0.55% | - |
| XYZ | 8.35 | 9.07 | 25.74 | - |
| YUV | 70.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 139 | 0.94 | 0.36 | 0 | 0.45 | 203.08 | 0.88 | 0.29 |
| Hex | 9 | 59 | 8B | 5E | 24 | 0 | 2D | CB | 58 | 1D |
| Octal | 11 | 131 | 213 | 136 | 44 | 0 | 55 | 313 | 130 | 35 |
| Binary | 1001 | 1011001 | 10001011 | 1011110 | 100100 | 0 | 101101 | 11001011 | 1011000 | 11101 |
Color Harmonies of #09598B
Complementary color
Monochromatic Colors of #09598B
Black with #09598B
Text Example
Text Example
White with #09598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09598B; }
p { color: rgb(9,89,139); }
H1.HeaderClassName
{
color: #09598B;
}
.AnyTagClassName
{
color: #09598B;
}
</style>
background-color css
<style>
a { background-color: #09598B; }
a { background-color: rgb(9,89,139); }
div.DivClassName
{
background-color: #09598B;
}
.BgClassName
{
background-color: #09598B;
}
</style>
border-color css
<style>
span { border-color: #09598B; }
span { border-color: rgb(9,89,139); }
td.TdClassName
{
border-color: #09598B;
}
.TagClassName
{
border-color: #09598B;
}
</style>