Shades of Dark Cerulean #09558C
Tints of Dark Cerulean #09558C
RGB
CMYK
RGB Variations
Color information
#09558C (or 0x09558C) is known color: Dark Cerulean. HEX triplet: 09, 55 and 8C. RGB value is (9,85,140). Sum of RGB (Red+Green+Blue) = 9+85+140=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #09558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09558C is #F6AA73. Grayscale: #444444. Windows color (decimal): -16165492 or 9196809. OLE color: 9196809.
HSL color Cylindrical-coordinate representation of color #09558C: hue angle of 205.19º 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 #09558C is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 85 | 140 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.45 |
| HSL | 205.19º | 0.88% | 0.29% | - |
| HSV(B) | 205.19º | 0.94% | 0.55% | - |
| XYZ | 8.09 | 8.45 | 26.02 | - |
| YUV | 68.55 | 168.32 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 140 | 0.94 | 0.39 | 0 | 0.45 | 205.19 | 0.88 | 0.29 |
| Hex | 9 | 55 | 8C | 5E | 27 | 0 | 2D | CD | 58 | 1D |
| Octal | 11 | 125 | 214 | 136 | 47 | 0 | 55 | 315 | 130 | 35 |
| Binary | 1001 | 1010101 | 10001100 | 1011110 | 100111 | 0 | 101101 | 11001101 | 1011000 | 11101 |
Color Harmonies of #09558C
Complementary color
Monochromatic Colors of #09558C
Black with #09558C
Text Example
Text Example
White with #09558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09558C; }
p { color: rgb(9,85,140); }
H1.HeaderClassName
{
color: #09558C;
}
.AnyTagClassName
{
color: #09558C;
}
</style>
background-color css
<style>
a { background-color: #09558C; }
a { background-color: rgb(9,85,140); }
div.DivClassName
{
background-color: #09558C;
}
.BgClassName
{
background-color: #09558C;
}
</style>
border-color css
<style>
span { border-color: #09558C; }
span { border-color: rgb(9,85,140); }
td.TdClassName
{
border-color: #09558C;
}
.TagClassName
{
border-color: #09558C;
}
</style>