Shades of Dark Cerulean #095385
Tints of Dark Cerulean #095385
RGB
CMYK
RGB Variations
Color information
#095385 (or 0x095385) is known color: Dark Cerulean. HEX triplet: 09, 53 and 85. RGB value is (9,83,133). Sum of RGB (Red+Green+Blue) = 9+83+133=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #095385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095385 is #F6AC7A. Grayscale: #424242. Windows color (decimal): -16166011 or 8737545. OLE color: 8737545.
HSL color Cylindrical-coordinate representation of color #095385: hue angle of 204.19º 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 #095385 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 83 | 133 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.48 |
| HSL | 204.19º | 0.87% | 0.28% | - |
| HSV(B) | 204.19º | 0.93% | 0.52% | - |
| XYZ | 7.44 | 7.94 | 23.33 | - |
| YUV | 66.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 133 | 0.93 | 0.38 | 0 | 0.48 | 204.19 | 0.87 | 0.28 |
| Hex | 9 | 53 | 85 | 5D | 26 | 0 | 30 | CC | 57 | 1C |
| Octal | 11 | 123 | 205 | 135 | 46 | 0 | 60 | 314 | 127 | 34 |
| Binary | 1001 | 1010011 | 10000101 | 1011101 | 100110 | 0 | 110000 | 11001100 | 1010111 | 11100 |
Color Harmonies of #095385
Complementary color
Monochromatic Colors of #095385
Black with #095385
Text Example
Text Example
White with #095385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095385; }
p { color: rgb(9,83,133); }
H1.HeaderClassName
{
color: #095385;
}
.AnyTagClassName
{
color: #095385;
}
</style>
background-color css
<style>
a { background-color: #095385; }
a { background-color: rgb(9,83,133); }
div.DivClassName
{
background-color: #095385;
}
.BgClassName
{
background-color: #095385;
}
</style>
border-color css
<style>
span { border-color: #095385; }
span { border-color: rgb(9,83,133); }
td.TdClassName
{
border-color: #095385;
}
.TagClassName
{
border-color: #095385;
}
</style>