Shades of Dark Cerulean #095584
Tints of Dark Cerulean #095584
RGB
CMYK
RGB Variations
Color information
#095584 (or 0x095584) is known color: Dark Cerulean. HEX triplet: 09, 55 and 84. RGB value is (9,85,132). Sum of RGB (Red+Green+Blue) = 9+85+132=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #095584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095584 is #F6AA7B. Grayscale: #434343. Windows color (decimal): -16165500 or 8672521. OLE color: 8672521.
HSL color Cylindrical-coordinate representation of color #095584: hue angle of 202.93º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095584 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 85 | 132 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.48 |
| HSL | 202.93º | 0.87% | 0.28% | - |
| HSV(B) | 202.93º | 0.93% | 0.52% | - |
| XYZ | 7.53 | 8.22 | 23.02 | - |
| YUV | 67.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 132 | 0.93 | 0.36 | 0 | 0.48 | 202.93 | 0.87 | 0.28 |
| Hex | 9 | 55 | 84 | 5D | 24 | 0 | 30 | CB | 57 | 1C |
| Octal | 11 | 125 | 204 | 135 | 44 | 0 | 60 | 313 | 127 | 34 |
| Binary | 1001 | 1010101 | 10000100 | 1011101 | 100100 | 0 | 110000 | 11001011 | 1010111 | 11100 |
Color Harmonies of #095584
Complementary color
Monochromatic Colors of #095584
Black with #095584
Text Example
Text Example
White with #095584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095584; }
p { color: rgb(9,85,132); }
H1.HeaderClassName
{
color: #095584;
}
.AnyTagClassName
{
color: #095584;
}
</style>
background-color css
<style>
a { background-color: #095584; }
a { background-color: rgb(9,85,132); }
div.DivClassName
{
background-color: #095584;
}
.BgClassName
{
background-color: #095584;
}
</style>
border-color css
<style>
span { border-color: #095584; }
span { border-color: rgb(9,85,132); }
td.TdClassName
{
border-color: #095584;
}
.TagClassName
{
border-color: #095584;
}
</style>