Shades of Allports #095D84
Tints of Allports #095D84
RGB
CMYK
RGB Variations
Color information
#095D84 (or 0x095D84) is known color: Allports. HEX triplet: 09, 5D and 84. RGB value is (9,93,132). Sum of RGB (Red+Green+Blue) = 9+93+132=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #095D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D84 is #F6A27B. Grayscale: #484848. Windows color (decimal): -16163452 or 8674569. OLE color: 8674569.
HSL color Cylindrical-coordinate representation of color #095D84: hue angle of 199.02º 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 #095D84 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 93 | 132 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.48 |
| HSL | 199.02º | 0.87% | 0.28% | - |
| HSV(B) | 199.02º | 0.93% | 0.52% | - |
| XYZ | 8.19 | 9.55 | 23.24 | - |
| YUV | 72.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 132 | 0.93 | 0.30 | 0 | 0.48 | 199.02 | 0.87 | 0.28 |
| Hex | 9 | 5D | 84 | 5D | 1E | 0 | 30 | C7 | 57 | 1C |
| Octal | 11 | 135 | 204 | 135 | 36 | 0 | 60 | 307 | 127 | 34 |
| Binary | 1001 | 1011101 | 10000100 | 1011101 | 11110 | 0 | 110000 | 11000111 | 1010111 | 11100 |
Color Harmonies of #095D84
Complementary color
Monochromatic Colors of #095D84
Black with #095D84
Text Example
Text Example
White with #095D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D84; }
p { color: rgb(9,93,132); }
H1.HeaderClassName
{
color: #095D84;
}
.AnyTagClassName
{
color: #095D84;
}
</style>
background-color css
<style>
a { background-color: #095D84; }
a { background-color: rgb(9,93,132); }
div.DivClassName
{
background-color: #095D84;
}
.BgClassName
{
background-color: #095D84;
}
</style>
border-color css
<style>
span { border-color: #095D84; }
span { border-color: rgb(9,93,132); }
td.TdClassName
{
border-color: #095D84;
}
.TagClassName
{
border-color: #095D84;
}
</style>