Shades of Dark Cerulean #095688
Tints of Dark Cerulean #095688
RGB
CMYK
RGB Variations
Color information
#095688 (or 0x095688) is known color: Dark Cerulean. HEX triplet: 09, 56 and 88. RGB value is (9,86,136). Sum of RGB (Red+Green+Blue) = 9+86+136=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #095688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095688 is #F6A977. Grayscale: #444444. Windows color (decimal): -16165240 or 8934921. OLE color: 8934921.
HSL color Cylindrical-coordinate representation of color #095688: hue angle of 203.62º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095688 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 86 | 136 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.47 |
| HSL | 203.62º | 0.88% | 0.28% | - |
| HSV(B) | 203.62º | 0.93% | 0.53% | - |
| XYZ | 7.88 | 8.49 | 24.52 | - |
| YUV | 68.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 136 | 0.93 | 0.37 | 0 | 0.47 | 203.62 | 0.88 | 0.28 |
| Hex | 9 | 56 | 88 | 5D | 25 | 0 | 2F | CC | 58 | 1C |
| Octal | 11 | 126 | 210 | 135 | 45 | 0 | 57 | 314 | 130 | 34 |
| Binary | 1001 | 1010110 | 10001000 | 1011101 | 100101 | 0 | 101111 | 11001100 | 1011000 | 11100 |
Color Harmonies of #095688
Complementary color
Monochromatic Colors of #095688
Black with #095688
Text Example
Text Example
White with #095688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095688; }
p { color: rgb(9,86,136); }
H1.HeaderClassName
{
color: #095688;
}
.AnyTagClassName
{
color: #095688;
}
</style>
background-color css
<style>
a { background-color: #095688; }
a { background-color: rgb(9,86,136); }
div.DivClassName
{
background-color: #095688;
}
.BgClassName
{
background-color: #095688;
}
</style>
border-color css
<style>
span { border-color: #095688; }
span { border-color: rgb(9,86,136); }
td.TdClassName
{
border-color: #095688;
}
.TagClassName
{
border-color: #095688;
}
</style>