Shades of Dark Cerulean #095589
Tints of Dark Cerulean #095589
RGB
CMYK
RGB Variations
Color information
#095589 (or 0x095589) is known color: Dark Cerulean. HEX triplet: 09, 55 and 89. RGB value is (9,85,137). Sum of RGB (Red+Green+Blue) = 9+85+137=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #095589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095589 is #F6AA76. Grayscale: #434343. Windows color (decimal): -16165495 or 9000201. OLE color: 9000201.
HSL color Cylindrical-coordinate representation of color #095589: hue angle of 204.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095589 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 85 | 137 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.46 |
| HSL | 204.38º | 0.88% | 0.29% | - |
| HSV(B) | 204.38º | 0.93% | 0.54% | - |
| XYZ | 7.88 | 8.36 | 24.87 | - |
| YUV | 68.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 137 | 0.93 | 0.38 | 0 | 0.46 | 204.38 | 0.88 | 0.29 |
| Hex | 9 | 55 | 89 | 5D | 26 | 0 | 2E | CC | 58 | 1D |
| Octal | 11 | 125 | 211 | 135 | 46 | 0 | 56 | 314 | 130 | 35 |
| Binary | 1001 | 1010101 | 10001001 | 1011101 | 100110 | 0 | 101110 | 11001100 | 1011000 | 11101 |
Color Harmonies of #095589
Complementary color
Monochromatic Colors of #095589
Black with #095589
Text Example
Text Example
White with #095589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095589; }
p { color: rgb(9,85,137); }
H1.HeaderClassName
{
color: #095589;
}
.AnyTagClassName
{
color: #095589;
}
</style>
background-color css
<style>
a { background-color: #095589; }
a { background-color: rgb(9,85,137); }
div.DivClassName
{
background-color: #095589;
}
.BgClassName
{
background-color: #095589;
}
</style>
border-color css
<style>
span { border-color: #095589; }
span { border-color: rgb(9,85,137); }
td.TdClassName
{
border-color: #095589;
}
.TagClassName
{
border-color: #095589;
}
</style>