Shades of Allports #096088
Tints of Allports #096088
RGB
CMYK
RGB Variations
Color information
#096088 (or 0x096088) is known color: Allports. HEX triplet: 09, 60 and 88. RGB value is (9,96,136). Sum of RGB (Red+Green+Blue) = 9+96+136=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #096088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096088 is #F69F77. Grayscale: #4A4A4A. Windows color (decimal): -16162680 or 8937481. OLE color: 8937481.
HSL color Cylindrical-coordinate representation of color #096088: hue angle of 198.9º 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 #096088 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 96 | 136 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.47 |
| HSL | 198.9º | 0.88% | 0.28% | - |
| HSV(B) | 198.9º | 0.93% | 0.53% | - |
| XYZ | 8.74 | 10.2 | 24.8 | - |
| YUV | 74.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 136 | 0.93 | 0.29 | 0 | 0.47 | 198.9 | 0.88 | 0.28 |
| Hex | 9 | 60 | 88 | 5D | 1D | 0 | 2F | C7 | 58 | 1C |
| Octal | 11 | 140 | 210 | 135 | 35 | 0 | 57 | 307 | 130 | 34 |
| Binary | 1001 | 1100000 | 10001000 | 1011101 | 11101 | 0 | 101111 | 11000111 | 1011000 | 11100 |
Color Harmonies of #096088
Complementary color
Monochromatic Colors of #096088
Black with #096088
Text Example
Text Example
White with #096088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096088; }
p { color: rgb(9,96,136); }
H1.HeaderClassName
{
color: #096088;
}
.AnyTagClassName
{
color: #096088;
}
</style>
background-color css
<style>
a { background-color: #096088; }
a { background-color: rgb(9,96,136); }
div.DivClassName
{
background-color: #096088;
}
.BgClassName
{
background-color: #096088;
}
</style>
border-color css
<style>
span { border-color: #096088; }
span { border-color: rgb(9,96,136); }
td.TdClassName
{
border-color: #096088;
}
.TagClassName
{
border-color: #096088;
}
</style>