Shades of Dark Cerulean #095983
Tints of Dark Cerulean #095983
RGB
CMYK
RGB Variations
Color information
#095983 (or 0x095983) is known color: Dark Cerulean. HEX triplet: 09, 59 and 83. RGB value is (9,89,131). Sum of RGB (Red+Green+Blue) = 9+89+131=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #095983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095983 is #F6A67C. Grayscale: #454545. Windows color (decimal): -16164477 or 8608009. OLE color: 8608009.
HSL color Cylindrical-coordinate representation of color #095983: hue angle of 200.66º 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 #095983 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 89 | 131 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.49 |
| HSL | 200.66º | 0.87% | 0.27% | - |
| HSV(B) | 200.66º | 0.93% | 0.51% | - |
| XYZ | 7.78 | 8.84 | 22.77 | - |
| YUV | 69.87 | 162.5 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 131 | 0.93 | 0.32 | 0 | 0.49 | 200.66 | 0.87 | 0.27 |
| Hex | 9 | 59 | 83 | 5D | 20 | 0 | 31 | C9 | 57 | 1B |
| Octal | 11 | 131 | 203 | 135 | 40 | 0 | 61 | 311 | 127 | 33 |
| Binary | 1001 | 1011001 | 10000011 | 1011101 | 100000 | 0 | 110001 | 11001001 | 1010111 | 11011 |
Color Harmonies of #095983
Complementary color
Monochromatic Colors of #095983
Black with #095983
Text Example
Text Example
White with #095983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095983; }
p { color: rgb(9,89,131); }
H1.HeaderClassName
{
color: #095983;
}
.AnyTagClassName
{
color: #095983;
}
</style>
background-color css
<style>
a { background-color: #095983; }
a { background-color: rgb(9,89,131); }
div.DivClassName
{
background-color: #095983;
}
.BgClassName
{
background-color: #095983;
}
</style>
border-color css
<style>
span { border-color: #095983; }
span { border-color: rgb(9,89,131); }
td.TdClassName
{
border-color: #095983;
}
.TagClassName
{
border-color: #095983;
}
</style>