Shades of Dark Cerulean #095880
Tints of Dark Cerulean #095880
RGB
CMYK
RGB Variations
Color information
#095880 (or 0x095880) is known color: Dark Cerulean. HEX triplet: 09, 58 and 80. RGB value is (9,88,128). Sum of RGB (Red+Green+Blue) = 9+88+128=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #095880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095880 is #F6A77F. Grayscale: #444444. Windows color (decimal): -16164736 or 8411145. OLE color: 8411145.
HSL color Cylindrical-coordinate representation of color #095880: hue angle of 200.17º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095880 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 88 | 128 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.50 |
| HSL | 200.17º | 0.87% | 0.27% | - |
| HSV(B) | 200.17º | 0.93% | 0.5% | - |
| XYZ | 7.5 | 8.6 | 21.69 | - |
| YUV | 68.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 128 | 0.93 | 0.31 | 0 | 0.50 | 200.17 | 0.87 | 0.27 |
| Hex | 9 | 58 | 80 | 5D | 1F | 0 | 32 | C8 | 57 | 1B |
| Octal | 11 | 130 | 200 | 135 | 37 | 0 | 62 | 310 | 127 | 33 |
| Binary | 1001 | 1011000 | 10000000 | 1011101 | 11111 | 0 | 110010 | 11001000 | 1010111 | 11011 |
Color Harmonies of #095880
Complementary color
Monochromatic Colors of #095880
Black with #095880
Text Example
Text Example
White with #095880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095880; }
p { color: rgb(9,88,128); }
H1.HeaderClassName
{
color: #095880;
}
.AnyTagClassName
{
color: #095880;
}
</style>
background-color css
<style>
a { background-color: #095880; }
a { background-color: rgb(9,88,128); }
div.DivClassName
{
background-color: #095880;
}
.BgClassName
{
background-color: #095880;
}
</style>
border-color css
<style>
span { border-color: #095880; }
span { border-color: rgb(9,88,128); }
td.TdClassName
{
border-color: #095880;
}
.TagClassName
{
border-color: #095880;
}
</style>