Shades of Allports #095E84
Tints of Allports #095E84
RGB
CMYK
RGB Variations
Color information
#095E84 (or 0x095E84) is known color: Allports. HEX triplet: 09, 5E and 84. RGB value is (9,94,132). Sum of RGB (Red+Green+Blue) = 9+94+132=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #095E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E84 is #F6A17B. Grayscale: #484848. Windows color (decimal): -16163196 or 8674825. OLE color: 8674825.
HSL color Cylindrical-coordinate representation of color #095E84: hue angle of 198.54º 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 #095E84 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 94 | 132 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.48 |
| HSL | 198.54º | 0.87% | 0.28% | - |
| HSV(B) | 198.54º | 0.93% | 0.52% | - |
| XYZ | 8.28 | 9.73 | 23.27 | - |
| YUV | 72.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 132 | 0.93 | 0.29 | 0 | 0.48 | 198.54 | 0.87 | 0.28 |
| Hex | 9 | 5E | 84 | 5D | 1D | 0 | 30 | C7 | 57 | 1C |
| Octal | 11 | 136 | 204 | 135 | 35 | 0 | 60 | 307 | 127 | 34 |
| Binary | 1001 | 1011110 | 10000100 | 1011101 | 11101 | 0 | 110000 | 11000111 | 1010111 | 11100 |
Color Harmonies of #095E84
Complementary color
Monochromatic Colors of #095E84
Black with #095E84
Text Example
Text Example
White with #095E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E84; }
p { color: rgb(9,94,132); }
H1.HeaderClassName
{
color: #095E84;
}
.AnyTagClassName
{
color: #095E84;
}
</style>
background-color css
<style>
a { background-color: #095E84; }
a { background-color: rgb(9,94,132); }
div.DivClassName
{
background-color: #095E84;
}
.BgClassName
{
background-color: #095E84;
}
</style>
border-color css
<style>
span { border-color: #095E84; }
span { border-color: rgb(9,94,132); }
td.TdClassName
{
border-color: #095E84;
}
.TagClassName
{
border-color: #095E84;
}
</style>