Shades of Dark Cerulean #095486
Tints of Dark Cerulean #095486
RGB
CMYK
RGB Variations
Color information
#095486 (or 0x095486) is known color: Dark Cerulean. HEX triplet: 09, 54 and 86. RGB value is (9,84,134). Sum of RGB (Red+Green+Blue) = 9+84+134=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #095486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095486 is #F6AB79. Grayscale: #434343. Windows color (decimal): -16165754 or 8803337. OLE color: 8803337.
HSL color Cylindrical-coordinate representation of color #095486: hue angle of 204º 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 #095486 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 84 | 134 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.47 |
| HSL | 204º | 0.87% | 0.28% | - |
| HSV(B) | 204º | 0.93% | 0.53% | - |
| XYZ | 7.59 | 8.12 | 23.72 | - |
| YUV | 67.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 134 | 0.93 | 0.37 | 0 | 0.47 | 204 | 0.87 | 0.28 |
| Hex | 9 | 54 | 86 | 5D | 25 | 0 | 2F | CC | 57 | 1C |
| Octal | 11 | 124 | 206 | 135 | 45 | 0 | 57 | 314 | 127 | 34 |
| Binary | 1001 | 1010100 | 10000110 | 1011101 | 100101 | 0 | 101111 | 11001100 | 1010111 | 11100 |
Color Harmonies of #095486
Complementary color
Monochromatic Colors of #095486
Black with #095486
Text Example
Text Example
White with #095486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095486; }
p { color: rgb(9,84,134); }
H1.HeaderClassName
{
color: #095486;
}
.AnyTagClassName
{
color: #095486;
}
</style>
background-color css
<style>
a { background-color: #095486; }
a { background-color: rgb(9,84,134); }
div.DivClassName
{
background-color: #095486;
}
.BgClassName
{
background-color: #095486;
}
</style>
border-color css
<style>
span { border-color: #095486; }
span { border-color: rgb(9,84,134); }
td.TdClassName
{
border-color: #095486;
}
.TagClassName
{
border-color: #095486;
}
</style>