Shades of Dark Cerulean #095890
Tints of Dark Cerulean #095890
RGB
CMYK
RGB Variations
Color information
#095890 (or 0x095890) is known color: Dark Cerulean. HEX triplet: 09, 58 and 90. RGB value is (9,88,144). Sum of RGB (Red+Green+Blue) = 9+88+144=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #095890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095890 is #F6A76F. Grayscale: #464646. Windows color (decimal): -16164720 or 9459721. OLE color: 9459721.
HSL color Cylindrical-coordinate representation of color #095890: hue angle of 204.89º 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 #095890 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 88 | 144 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.44 |
| HSL | 204.89º | 0.88% | 0.3% | - |
| HSV(B) | 204.89º | 0.94% | 0.56% | - |
| XYZ | 8.64 | 9.05 | 27.68 | - |
| YUV | 70.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 144 | 0.94 | 0.39 | 0 | 0.44 | 204.89 | 0.88 | 0.3 |
| Hex | 9 | 58 | 90 | 5E | 27 | 0 | 2C | CD | 58 | 1E |
| Octal | 11 | 130 | 220 | 136 | 47 | 0 | 54 | 315 | 130 | 36 |
| Binary | 1001 | 1011000 | 10010000 | 1011110 | 100111 | 0 | 101100 | 11001101 | 1011000 | 11110 |
Color Harmonies of #095890
Complementary color
Monochromatic Colors of #095890
Black with #095890
Text Example
Text Example
White with #095890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095890; }
p { color: rgb(9,88,144); }
H1.HeaderClassName
{
color: #095890;
}
.AnyTagClassName
{
color: #095890;
}
</style>
background-color css
<style>
a { background-color: #095890; }
a { background-color: rgb(9,88,144); }
div.DivClassName
{
background-color: #095890;
}
.BgClassName
{
background-color: #095890;
}
</style>
border-color css
<style>
span { border-color: #095890; }
span { border-color: rgb(9,88,144); }
td.TdClassName
{
border-color: #095890;
}
.TagClassName
{
border-color: #095890;
}
</style>