Shades of Dark Cerulean #095588
Tints of Dark Cerulean #095588
RGB
CMYK
RGB Variations
Color information
#095588 (or 0x095588) is known color: Dark Cerulean. HEX triplet: 09, 55 and 88. RGB value is (9,85,136). Sum of RGB (Red+Green+Blue) = 9+85+136=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #095588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095588 is #F6AA77. Grayscale: #434343. Windows color (decimal): -16165496 or 8934665. OLE color: 8934665.
HSL color Cylindrical-coordinate representation of color #095588: hue angle of 204.09º 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 #095588 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 85 | 136 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.47 |
| HSL | 204.09º | 0.88% | 0.28% | - |
| HSV(B) | 204.09º | 0.93% | 0.53% | - |
| XYZ | 7.81 | 8.33 | 24.49 | - |
| YUV | 68.09 | 166.32 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 136 | 0.93 | 0.38 | 0 | 0.47 | 204.09 | 0.88 | 0.28 |
| Hex | 9 | 55 | 88 | 5D | 26 | 0 | 2F | CC | 58 | 1C |
| Octal | 11 | 125 | 210 | 135 | 46 | 0 | 57 | 314 | 130 | 34 |
| Binary | 1001 | 1010101 | 10001000 | 1011101 | 100110 | 0 | 101111 | 11001100 | 1011000 | 11100 |
Color Harmonies of #095588
Complementary color
Monochromatic Colors of #095588
Black with #095588
Text Example
Text Example
White with #095588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095588; }
p { color: rgb(9,85,136); }
H1.HeaderClassName
{
color: #095588;
}
.AnyTagClassName
{
color: #095588;
}
</style>
background-color css
<style>
a { background-color: #095588; }
a { background-color: rgb(9,85,136); }
div.DivClassName
{
background-color: #095588;
}
.BgClassName
{
background-color: #095588;
}
</style>
border-color css
<style>
span { border-color: #095588; }
span { border-color: rgb(9,85,136); }
td.TdClassName
{
border-color: #095588;
}
.TagClassName
{
border-color: #095588;
}
</style>