Shades of Allports #095E87
Tints of Allports #095E87
RGB
CMYK
RGB Variations
Color information
#095E87 (or 0x095E87) is known color: Allports. HEX triplet: 09, 5E and 87. RGB value is (9,94,135). Sum of RGB (Red+Green+Blue) = 9+94+135=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #095E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E87 is #F6A178. Grayscale: #494949. Windows color (decimal): -16163193 or 8871433. OLE color: 8871433.
HSL color Cylindrical-coordinate representation of color #095E87: hue angle of 199.52º degrees, saturation: 0.88, 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 #095E87 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 94 | 135 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.47 |
| HSL | 199.52º | 0.88% | 0.28% | - |
| HSV(B) | 199.52º | 0.93% | 0.53% | - |
| XYZ | 8.49 | 9.81 | 24.37 | - |
| YUV | 73.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 135 | 0.93 | 0.30 | 0 | 0.47 | 199.52 | 0.88 | 0.28 |
| Hex | 9 | 5E | 87 | 5D | 1E | 0 | 2F | C8 | 58 | 1C |
| Octal | 11 | 136 | 207 | 135 | 36 | 0 | 57 | 310 | 130 | 34 |
| Binary | 1001 | 1011110 | 10000111 | 1011101 | 11110 | 0 | 101111 | 11001000 | 1011000 | 11100 |
Color Harmonies of #095E87
Complementary color
Monochromatic Colors of #095E87
Black with #095E87
Text Example
Text Example
White with #095E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E87; }
p { color: rgb(9,94,135); }
H1.HeaderClassName
{
color: #095E87;
}
.AnyTagClassName
{
color: #095E87;
}
</style>
background-color css
<style>
a { background-color: #095E87; }
a { background-color: rgb(9,94,135); }
div.DivClassName
{
background-color: #095E87;
}
.BgClassName
{
background-color: #095E87;
}
</style>
border-color css
<style>
span { border-color: #095E87; }
span { border-color: rgb(9,94,135); }
td.TdClassName
{
border-color: #095E87;
}
.TagClassName
{
border-color: #095E87;
}
</style>