Shades of Allports #096487
Tints of Allports #096487
RGB
CMYK
RGB Variations
Color information
#096487 (or 0x096487) is known color: Allports. HEX triplet: 09, 64 and 87. RGB value is (9,100,135). Sum of RGB (Red+Green+Blue) = 9+100+135=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #096487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096487 is #F69B78. Grayscale: #4C4C4C. Windows color (decimal): -16161657 or 8872969. OLE color: 8872969.
HSL color Cylindrical-coordinate representation of color #096487: hue angle of 196.67º 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 #096487 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 100 | 135 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.47 |
| HSL | 196.67º | 0.88% | 0.28% | - |
| HSV(B) | 196.67º | 0.93% | 0.53% | - |
| XYZ | 9.04 | 10.92 | 24.55 | - |
| YUV | 76.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 135 | 0.93 | 0.26 | 0 | 0.47 | 196.67 | 0.88 | 0.28 |
| Hex | 9 | 64 | 87 | 5D | 1A | 0 | 2F | C5 | 58 | 1C |
| Octal | 11 | 144 | 207 | 135 | 32 | 0 | 57 | 305 | 130 | 34 |
| Binary | 1001 | 1100100 | 10000111 | 1011101 | 11010 | 0 | 101111 | 11000101 | 1011000 | 11100 |
Color Harmonies of #096487
Complementary color
Monochromatic Colors of #096487
Black with #096487
Text Example
Text Example
White with #096487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096487; }
p { color: rgb(9,100,135); }
H1.HeaderClassName
{
color: #096487;
}
.AnyTagClassName
{
color: #096487;
}
</style>
background-color css
<style>
a { background-color: #096487; }
a { background-color: rgb(9,100,135); }
div.DivClassName
{
background-color: #096487;
}
.BgClassName
{
background-color: #096487;
}
</style>
border-color css
<style>
span { border-color: #096487; }
span { border-color: rgb(9,100,135); }
td.TdClassName
{
border-color: #096487;
}
.TagClassName
{
border-color: #096487;
}
</style>