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