Shades of Allports #096E8D
Tints of Allports #096E8D
RGB
CMYK
RGB Variations
Color information
#096E8D (or 0x096E8D) is known color: Allports. HEX triplet: 09, 6E and 8D. RGB value is (9,110,141). Sum of RGB (Red+Green+Blue) = 9+110+141=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #096E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E8D is #F69172. Grayscale: #535353. Windows color (decimal): -16159091 or 9268745. OLE color: 9268745.
HSL color Cylindrical-coordinate representation of color #096E8D: hue angle of 194.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E8D is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 110 | 141 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.45 |
| HSL | 194.09º | 0.88% | 0.29% | - |
| HSV(B) | 194.09º | 0.94% | 0.55% | - |
| XYZ | 10.5 | 13.13 | 27.18 | - |
| YUV | 83.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 141 | 0.94 | 0.22 | 0 | 0.45 | 194.09 | 0.88 | 0.29 |
| Hex | 9 | 6E | 8D | 5E | 16 | 0 | 2D | C2 | 58 | 1D |
| Octal | 11 | 156 | 215 | 136 | 26 | 0 | 55 | 302 | 130 | 35 |
| Binary | 1001 | 1101110 | 10001101 | 1011110 | 10110 | 0 | 101101 | 11000010 | 1011000 | 11101 |
Color Harmonies of #096E8D
Complementary color
Monochromatic Colors of #096E8D
Black with #096E8D
Text Example
Text Example
White with #096E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E8D; }
p { color: rgb(9,110,141); }
H1.HeaderClassName
{
color: #096E8D;
}
.AnyTagClassName
{
color: #096E8D;
}
</style>
background-color css
<style>
a { background-color: #096E8D; }
a { background-color: rgb(9,110,141); }
div.DivClassName
{
background-color: #096E8D;
}
.BgClassName
{
background-color: #096E8D;
}
</style>
border-color css
<style>
span { border-color: #096E8D; }
span { border-color: rgb(9,110,141); }
td.TdClassName
{
border-color: #096E8D;
}
.TagClassName
{
border-color: #096E8D;
}
</style>