Shades of Dark Cerulean #095485
Tints of Dark Cerulean #095485
RGB
CMYK
RGB Variations
Color information
#095485 (or 0x095485) is known color: Dark Cerulean. HEX triplet: 09, 54 and 85. RGB value is (9,84,133). Sum of RGB (Red+Green+Blue) = 9+84+133=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #095485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095485 is #F6AB7A. Grayscale: #424242. Windows color (decimal): -16165755 or 8737801. OLE color: 8737801.
HSL color Cylindrical-coordinate representation of color #095485: hue angle of 203.71º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095485 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 84 | 133 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.48 |
| HSL | 203.71º | 0.87% | 0.28% | - |
| HSV(B) | 203.71º | 0.93% | 0.52% | - |
| XYZ | 7.52 | 8.09 | 23.36 | - |
| YUV | 67.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 133 | 0.93 | 0.37 | 0 | 0.48 | 203.71 | 0.87 | 0.28 |
| Hex | 9 | 54 | 85 | 5D | 25 | 0 | 30 | CC | 57 | 1C |
| Octal | 11 | 124 | 205 | 135 | 45 | 0 | 60 | 314 | 127 | 34 |
| Binary | 1001 | 1010100 | 10000101 | 1011101 | 100101 | 0 | 110000 | 11001100 | 1010111 | 11100 |
Color Harmonies of #095485
Complementary color
Monochromatic Colors of #095485
Black with #095485
Text Example
Text Example
White with #095485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095485; }
p { color: rgb(9,84,133); }
H1.HeaderClassName
{
color: #095485;
}
.AnyTagClassName
{
color: #095485;
}
</style>
background-color css
<style>
a { background-color: #095485; }
a { background-color: rgb(9,84,133); }
div.DivClassName
{
background-color: #095485;
}
.BgClassName
{
background-color: #095485;
}
</style>
border-color css
<style>
span { border-color: #095485; }
span { border-color: rgb(9,84,133); }
td.TdClassName
{
border-color: #095485;
}
.TagClassName
{
border-color: #095485;
}
</style>