Shades of Dark Cerulean #095D91
Tints of Dark Cerulean #095D91
RGB
CMYK
RGB Variations
Color information
#095D91 (or 0x095D91) is known color: Dark Cerulean. HEX triplet: 09, 5D and 91. RGB value is (9,93,145). Sum of RGB (Red+Green+Blue) = 9+93+145=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #095D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D91 is #F6A26E. Grayscale: #494949. Windows color (decimal): -16163439 or 9526537. OLE color: 9526537.
HSL color Cylindrical-coordinate representation of color #095D91: hue angle of 202.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095D91 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 93 | 145 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.43 |
| HSL | 202.94º | 0.88% | 0.3% | - |
| HSV(B) | 202.94º | 0.94% | 0.57% | - |
| XYZ | 9.14 | 9.93 | 28.22 | - |
| YUV | 73.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 145 | 0.94 | 0.36 | 0 | 0.43 | 202.94 | 0.88 | 0.3 |
| Hex | 9 | 5D | 91 | 5E | 24 | 0 | 2B | CB | 58 | 1E |
| Octal | 11 | 135 | 221 | 136 | 44 | 0 | 53 | 313 | 130 | 36 |
| Binary | 1001 | 1011101 | 10010001 | 1011110 | 100100 | 0 | 101011 | 11001011 | 1011000 | 11110 |
Color Harmonies of #095D91
Complementary color
Monochromatic Colors of #095D91
Black with #095D91
Text Example
Text Example
White with #095D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D91; }
p { color: rgb(9,93,145); }
H1.HeaderClassName
{
color: #095D91;
}
.AnyTagClassName
{
color: #095D91;
}
</style>
background-color css
<style>
a { background-color: #095D91; }
a { background-color: rgb(9,93,145); }
div.DivClassName
{
background-color: #095D91;
}
.BgClassName
{
background-color: #095D91;
}
</style>
border-color css
<style>
span { border-color: #095D91; }
span { border-color: rgb(9,93,145); }
td.TdClassName
{
border-color: #095D91;
}
.TagClassName
{
border-color: #095D91;
}
</style>