Shades of Dark Cerulean #095D90
Tints of Dark Cerulean #095D90
RGB
CMYK
RGB Variations
Color information
#095D90 (or 0x095D90) is known color: Dark Cerulean. HEX triplet: 09, 5D and 90. RGB value is (9,93,144). Sum of RGB (Red+Green+Blue) = 9+93+144=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #095D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D90 is #F6A26F. Grayscale: #494949. Windows color (decimal): -16163440 or 9461001. OLE color: 9461001.
HSL color Cylindrical-coordinate representation of color #095D90: hue angle of 202.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095D90 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 93 | 144 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.44 |
| HSL | 202.67º | 0.88% | 0.3% | - |
| HSV(B) | 202.67º | 0.94% | 0.56% | - |
| XYZ | 9.06 | 9.9 | 27.82 | - |
| YUV | 73.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 144 | 0.94 | 0.35 | 0 | 0.44 | 202.67 | 0.88 | 0.3 |
| Hex | 9 | 5D | 90 | 5E | 23 | 0 | 2C | CB | 58 | 1E |
| Octal | 11 | 135 | 220 | 136 | 43 | 0 | 54 | 313 | 130 | 36 |
| Binary | 1001 | 1011101 | 10010000 | 1011110 | 100011 | 0 | 101100 | 11001011 | 1011000 | 11110 |
Color Harmonies of #095D90
Complementary color
Monochromatic Colors of #095D90
Black with #095D90
Text Example
Text Example
White with #095D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D90; }
p { color: rgb(9,93,144); }
H1.HeaderClassName
{
color: #095D90;
}
.AnyTagClassName
{
color: #095D90;
}
</style>
background-color css
<style>
a { background-color: #095D90; }
a { background-color: rgb(9,93,144); }
div.DivClassName
{
background-color: #095D90;
}
.BgClassName
{
background-color: #095D90;
}
</style>
border-color css
<style>
span { border-color: #095D90; }
span { border-color: rgb(9,93,144); }
td.TdClassName
{
border-color: #095D90;
}
.TagClassName
{
border-color: #095D90;
}
</style>