Shades of Dark Cerulean #095185
Tints of Dark Cerulean #095185
RGB
CMYK
RGB Variations
Color information
#095185 (or 0x095185) is known color: Dark Cerulean. HEX triplet: 09, 51 and 85. RGB value is (9,81,133). Sum of RGB (Red+Green+Blue) = 9+81+133=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #095185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095185 is #F6AE7A. Grayscale: #414141. Windows color (decimal): -16166523 or 8737033. OLE color: 8737033.
HSL color Cylindrical-coordinate representation of color #095185: hue angle of 205.16º 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 #095185 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 81 | 133 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.48 |
| HSL | 205.16º | 0.87% | 0.28% | - |
| HSV(B) | 205.16º | 0.93% | 0.52% | - |
| XYZ | 7.29 | 7.64 | 23.28 | - |
| YUV | 65.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 133 | 0.93 | 0.39 | 0 | 0.48 | 205.16 | 0.87 | 0.28 |
| Hex | 9 | 51 | 85 | 5D | 27 | 0 | 30 | CD | 57 | 1C |
| Octal | 11 | 121 | 205 | 135 | 47 | 0 | 60 | 315 | 127 | 34 |
| Binary | 1001 | 1010001 | 10000101 | 1011101 | 100111 | 0 | 110000 | 11001101 | 1010111 | 11100 |
Color Harmonies of #095185
Complementary color
Monochromatic Colors of #095185
Black with #095185
Text Example
Text Example
White with #095185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095185; }
p { color: rgb(9,81,133); }
H1.HeaderClassName
{
color: #095185;
}
.AnyTagClassName
{
color: #095185;
}
</style>
background-color css
<style>
a { background-color: #095185; }
a { background-color: rgb(9,81,133); }
div.DivClassName
{
background-color: #095185;
}
.BgClassName
{
background-color: #095185;
}
</style>
border-color css
<style>
span { border-color: #095185; }
span { border-color: rgb(9,81,133); }
td.TdClassName
{
border-color: #095185;
}
.TagClassName
{
border-color: #095185;
}
</style>