Shades of Dark Cerulean #095386
Tints of Dark Cerulean #095386
RGB
CMYK
RGB Variations
Color information
#095386 (or 0x095386) is known color: Dark Cerulean. HEX triplet: 09, 53 and 86. RGB value is (9,83,134). Sum of RGB (Red+Green+Blue) = 9+83+134=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #095386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095386 is #F6AC79. Grayscale: #424242. Windows color (decimal): -16166010 or 8803081. OLE color: 8803081.
HSL color Cylindrical-coordinate representation of color #095386: hue angle of 204.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095386 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 83 | 134 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.47 |
| HSL | 204.48º | 0.87% | 0.28% | - |
| HSV(B) | 204.48º | 0.93% | 0.53% | - |
| XYZ | 7.51 | 7.97 | 23.7 | - |
| YUV | 66.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 134 | 0.93 | 0.38 | 0 | 0.47 | 204.48 | 0.87 | 0.28 |
| Hex | 9 | 53 | 86 | 5D | 26 | 0 | 2F | CC | 57 | 1C |
| Octal | 11 | 123 | 206 | 135 | 46 | 0 | 57 | 314 | 127 | 34 |
| Binary | 1001 | 1010011 | 10000110 | 1011101 | 100110 | 0 | 101111 | 11001100 | 1010111 | 11100 |
Color Harmonies of #095386
Complementary color
Monochromatic Colors of #095386
Black with #095386
Text Example
Text Example
White with #095386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095386; }
p { color: rgb(9,83,134); }
H1.HeaderClassName
{
color: #095386;
}
.AnyTagClassName
{
color: #095386;
}
</style>
background-color css
<style>
a { background-color: #095386; }
a { background-color: rgb(9,83,134); }
div.DivClassName
{
background-color: #095386;
}
.BgClassName
{
background-color: #095386;
}
</style>
border-color css
<style>
span { border-color: #095386; }
span { border-color: rgb(9,83,134); }
td.TdClassName
{
border-color: #095386;
}
.TagClassName
{
border-color: #095386;
}
</style>