Shades of Dark Cerulean #095D87
Tints of Dark Cerulean #095D87
RGB
CMYK
RGB Variations
Color information
#095D87 (or 0x095D87) is known color: Dark Cerulean. HEX triplet: 09, 5D and 87. RGB value is (9,93,135). Sum of RGB (Red+Green+Blue) = 9+93+135=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #095D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D87 is #F6A278. Grayscale: #484848. Windows color (decimal): -16163449 or 8871177. OLE color: 8871177.
HSL color Cylindrical-coordinate representation of color #095D87: hue angle of 200º 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 #095D87 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 93 | 135 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.47 |
| HSL | 200º | 0.88% | 0.28% | - |
| HSV(B) | 200º | 0.93% | 0.53% | - |
| XYZ | 8.4 | 9.64 | 24.34 | - |
| YUV | 72.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 135 | 0.93 | 0.31 | 0 | 0.47 | 200 | 0.88 | 0.28 |
| Hex | 9 | 5D | 87 | 5D | 1F | 0 | 2F | C8 | 58 | 1C |
| Octal | 11 | 135 | 207 | 135 | 37 | 0 | 57 | 310 | 130 | 34 |
| Binary | 1001 | 1011101 | 10000111 | 1011101 | 11111 | 0 | 101111 | 11001000 | 1011000 | 11100 |
Color Harmonies of #095D87
Complementary color
Monochromatic Colors of #095D87
Black with #095D87
Text Example
Text Example
White with #095D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D87; }
p { color: rgb(9,93,135); }
H1.HeaderClassName
{
color: #095D87;
}
.AnyTagClassName
{
color: #095D87;
}
</style>
background-color css
<style>
a { background-color: #095D87; }
a { background-color: rgb(9,93,135); }
div.DivClassName
{
background-color: #095D87;
}
.BgClassName
{
background-color: #095D87;
}
</style>
border-color css
<style>
span { border-color: #095D87; }
span { border-color: rgb(9,93,135); }
td.TdClassName
{
border-color: #095D87;
}
.TagClassName
{
border-color: #095D87;
}
</style>