Shades of Dark Cerulean #09588F
Tints of Dark Cerulean #09588F
RGB
CMYK
RGB Variations
Color information
#09588F (or 0x09588F) is known color: Dark Cerulean. HEX triplet: 09, 58 and 8F. RGB value is (9,88,143). Sum of RGB (Red+Green+Blue) = 9+88+143=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #09588F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09588F is #F6A770. Grayscale: #464646. Windows color (decimal): -16164721 or 9394185. OLE color: 9394185.
HSL color Cylindrical-coordinate representation of color #09588F: hue angle of 204.63º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09588F is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 88 | 143 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.44 |
| HSL | 204.63º | 0.88% | 0.3% | - |
| HSV(B) | 204.63º | 0.94% | 0.56% | - |
| XYZ | 8.56 | 9.02 | 27.28 | - |
| YUV | 70.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 143 | 0.94 | 0.38 | 0 | 0.44 | 204.63 | 0.88 | 0.3 |
| Hex | 9 | 58 | 8F | 5E | 26 | 0 | 2C | CD | 58 | 1E |
| Octal | 11 | 130 | 217 | 136 | 46 | 0 | 54 | 315 | 130 | 36 |
| Binary | 1001 | 1011000 | 10001111 | 1011110 | 100110 | 0 | 101100 | 11001101 | 1011000 | 11110 |
Color Harmonies of #09588F
Complementary color
Monochromatic Colors of #09588F
Black with #09588F
Text Example
Text Example
White with #09588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09588F; }
p { color: rgb(9,88,143); }
H1.HeaderClassName
{
color: #09588F;
}
.AnyTagClassName
{
color: #09588F;
}
</style>
background-color css
<style>
a { background-color: #09588F; }
a { background-color: rgb(9,88,143); }
div.DivClassName
{
background-color: #09588F;
}
.BgClassName
{
background-color: #09588F;
}
</style>
border-color css
<style>
span { border-color: #09588F; }
span { border-color: rgb(9,88,143); }
td.TdClassName
{
border-color: #09588F;
}
.TagClassName
{
border-color: #09588F;
}
</style>