Shades of Dark Cerulean #095896
Tints of Dark Cerulean #095896
RGB
CMYK
RGB Variations
Color information
#095896 (or 0x095896) is known color: Dark Cerulean. HEX triplet: 09, 58 and 96. RGB value is (9,88,150). Sum of RGB (Red+Green+Blue) = 9+88+150=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #095896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095896 is #F6A769. Grayscale: #474747. Windows color (decimal): -16164714 or 9852937. OLE color: 9852937.
HSL color Cylindrical-coordinate representation of color #095896: hue angle of 206.38º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095896 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 88 | 150 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.41 |
| HSL | 206.38º | 0.89% | 0.31% | - |
| HSV(B) | 206.38º | 0.94% | 0.59% | - |
| XYZ | 9.11 | 9.24 | 30.16 | - |
| YUV | 71.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 150 | 0.94 | 0.41 | 0 | 0.41 | 206.38 | 0.89 | 0.31 |
| Hex | 9 | 58 | 96 | 5E | 29 | 0 | 29 | CE | 59 | 1F |
| Octal | 11 | 130 | 226 | 136 | 51 | 0 | 51 | 316 | 131 | 37 |
| Binary | 1001 | 1011000 | 10010110 | 1011110 | 101001 | 0 | 101001 | 11001110 | 1011001 | 11111 |
Color Harmonies of #095896
Complementary color
Monochromatic Colors of #095896
Black with #095896
Text Example
Text Example
White with #095896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095896; }
p { color: rgb(9,88,150); }
H1.HeaderClassName
{
color: #095896;
}
.AnyTagClassName
{
color: #095896;
}
</style>
background-color css
<style>
a { background-color: #095896; }
a { background-color: rgb(9,88,150); }
div.DivClassName
{
background-color: #095896;
}
.BgClassName
{
background-color: #095896;
}
</style>
border-color css
<style>
span { border-color: #095896; }
span { border-color: rgb(9,88,150); }
td.TdClassName
{
border-color: #095896;
}
.TagClassName
{
border-color: #095896;
}
</style>