Shades of Dark Cerulean #09598D
Tints of Dark Cerulean #09598D
RGB
CMYK
RGB Variations
Color information
#09598D (or 0x09598D) is known color: Dark Cerulean. HEX triplet: 09, 59 and 8D. RGB value is (9,89,141). Sum of RGB (Red+Green+Blue) = 9+89+141=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #09598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09598D is #F6A672. Grayscale: #464646. Windows color (decimal): -16164467 or 9263369. OLE color: 9263369.
HSL color Cylindrical-coordinate representation of color #09598D: hue angle of 203.64º 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 #09598D is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 89 | 141 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.45 |
| HSL | 203.64º | 0.88% | 0.29% | - |
| HSV(B) | 203.64º | 0.94% | 0.55% | - |
| XYZ | 8.49 | 9.13 | 26.51 | - |
| YUV | 71.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 141 | 0.94 | 0.37 | 0 | 0.45 | 203.64 | 0.88 | 0.29 |
| Hex | 9 | 59 | 8D | 5E | 25 | 0 | 2D | CC | 58 | 1D |
| Octal | 11 | 131 | 215 | 136 | 45 | 0 | 55 | 314 | 130 | 35 |
| Binary | 1001 | 1011001 | 10001101 | 1011110 | 100101 | 0 | 101101 | 11001100 | 1011000 | 11101 |
Color Harmonies of #09598D
Complementary color
Monochromatic Colors of #09598D
Black with #09598D
Text Example
Text Example
White with #09598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09598D; }
p { color: rgb(9,89,141); }
H1.HeaderClassName
{
color: #09598D;
}
.AnyTagClassName
{
color: #09598D;
}
</style>
background-color css
<style>
a { background-color: #09598D; }
a { background-color: rgb(9,89,141); }
div.DivClassName
{
background-color: #09598D;
}
.BgClassName
{
background-color: #09598D;
}
</style>
border-color css
<style>
span { border-color: #09598D; }
span { border-color: rgb(9,89,141); }
td.TdClassName
{
border-color: #09598D;
}
.TagClassName
{
border-color: #09598D;
}
</style>