Shades of Dark Cerulean #095683
Tints of Dark Cerulean #095683
RGB
CMYK
RGB Variations
Color information
#095683 (or 0x095683) is known color: Dark Cerulean. HEX triplet: 09, 56 and 83. RGB value is (9,86,131). Sum of RGB (Red+Green+Blue) = 9+86+131=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #095683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095683 is #F6A97C. Grayscale: #434343. Windows color (decimal): -16165245 or 8607241. OLE color: 8607241.
HSL color Cylindrical-coordinate representation of color #095683: hue angle of 202.13º 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 #095683 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 86 | 131 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.49 |
| HSL | 202.13º | 0.87% | 0.27% | - |
| HSV(B) | 202.13º | 0.93% | 0.51% | - |
| XYZ | 7.54 | 8.35 | 22.69 | - |
| YUV | 68.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 131 | 0.93 | 0.34 | 0 | 0.49 | 202.13 | 0.87 | 0.27 |
| Hex | 9 | 56 | 83 | 5D | 22 | 0 | 31 | CA | 57 | 1B |
| Octal | 11 | 126 | 203 | 135 | 42 | 0 | 61 | 312 | 127 | 33 |
| Binary | 1001 | 1010110 | 10000011 | 1011101 | 100010 | 0 | 110001 | 11001010 | 1010111 | 11011 |
Color Harmonies of #095683
Complementary color
Monochromatic Colors of #095683
Black with #095683
Text Example
Text Example
White with #095683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095683; }
p { color: rgb(9,86,131); }
H1.HeaderClassName
{
color: #095683;
}
.AnyTagClassName
{
color: #095683;
}
</style>
background-color css
<style>
a { background-color: #095683; }
a { background-color: rgb(9,86,131); }
div.DivClassName
{
background-color: #095683;
}
.BgClassName
{
background-color: #095683;
}
</style>
border-color css
<style>
span { border-color: #095683; }
span { border-color: rgb(9,86,131); }
td.TdClassName
{
border-color: #095683;
}
.TagClassName
{
border-color: #095683;
}
</style>