Shades of Dark Cerulean #095883
Tints of Dark Cerulean #095883
RGB
CMYK
RGB Variations
Color information
#095883 (or 0x095883) is known color: Dark Cerulean. HEX triplet: 09, 58 and 83. RGB value is (9,88,131). Sum of RGB (Red+Green+Blue) = 9+88+131=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #095883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095883 is #F6A77C. Grayscale: #454545. Windows color (decimal): -16164733 or 8607753. OLE color: 8607753.
HSL color Cylindrical-coordinate representation of color #095883: hue angle of 201.15º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095883 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 88 | 131 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.49 |
| HSL | 201.15º | 0.87% | 0.27% | - |
| HSV(B) | 201.15º | 0.93% | 0.51% | - |
| XYZ | 7.7 | 8.68 | 22.74 | - |
| YUV | 69.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 131 | 0.93 | 0.33 | 0 | 0.49 | 201.15 | 0.87 | 0.27 |
| Hex | 9 | 58 | 83 | 5D | 21 | 0 | 31 | C9 | 57 | 1B |
| Octal | 11 | 130 | 203 | 135 | 41 | 0 | 61 | 311 | 127 | 33 |
| Binary | 1001 | 1011000 | 10000011 | 1011101 | 100001 | 0 | 110001 | 11001001 | 1010111 | 11011 |
Color Harmonies of #095883
Complementary color
Monochromatic Colors of #095883
Black with #095883
Text Example
Text Example
White with #095883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095883; }
p { color: rgb(9,88,131); }
H1.HeaderClassName
{
color: #095883;
}
.AnyTagClassName
{
color: #095883;
}
</style>
background-color css
<style>
a { background-color: #095883; }
a { background-color: rgb(9,88,131); }
div.DivClassName
{
background-color: #095883;
}
.BgClassName
{
background-color: #095883;
}
</style>
border-color css
<style>
span { border-color: #095883; }
span { border-color: rgb(9,88,131); }
td.TdClassName
{
border-color: #095883;
}
.TagClassName
{
border-color: #095883;
}
</style>