Shades of Dark Cerulean #095884
Tints of Dark Cerulean #095884
RGB
CMYK
RGB Variations
Color information
#095884 (or 0x095884) is known color: Dark Cerulean. HEX triplet: 09, 58 and 84. RGB value is (9,88,132). Sum of RGB (Red+Green+Blue) = 9+88+132=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #095884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095884 is #F6A77B. Grayscale: #454545. Windows color (decimal): -16164732 or 8673289. OLE color: 8673289.
HSL color Cylindrical-coordinate representation of color #095884: hue angle of 201.46º 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 #095884 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 88 | 132 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.48 |
| HSL | 201.46º | 0.87% | 0.28% | - |
| HSV(B) | 201.46º | 0.93% | 0.52% | - |
| XYZ | 7.77 | 8.7 | 23.1 | - |
| YUV | 69.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 132 | 0.93 | 0.33 | 0 | 0.48 | 201.46 | 0.87 | 0.28 |
| Hex | 9 | 58 | 84 | 5D | 21 | 0 | 30 | C9 | 57 | 1C |
| Octal | 11 | 130 | 204 | 135 | 41 | 0 | 60 | 311 | 127 | 34 |
| Binary | 1001 | 1011000 | 10000100 | 1011101 | 100001 | 0 | 110000 | 11001001 | 1010111 | 11100 |
Color Harmonies of #095884
Complementary color
Monochromatic Colors of #095884
Black with #095884
Text Example
Text Example
White with #095884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095884; }
p { color: rgb(9,88,132); }
H1.HeaderClassName
{
color: #095884;
}
.AnyTagClassName
{
color: #095884;
}
</style>
background-color css
<style>
a { background-color: #095884; }
a { background-color: rgb(9,88,132); }
div.DivClassName
{
background-color: #095884;
}
.BgClassName
{
background-color: #095884;
}
</style>
border-color css
<style>
span { border-color: #095884; }
span { border-color: rgb(9,88,132); }
td.TdClassName
{
border-color: #095884;
}
.TagClassName
{
border-color: #095884;
}
</style>