Shades of Allports #096488
Tints of Allports #096488
RGB
CMYK
RGB Variations
Color information
#096488 (or 0x096488) is known color: Allports. HEX triplet: 09, 64 and 88. RGB value is (9,100,136). Sum of RGB (Red+Green+Blue) = 9+100+136=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #096488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096488 is #F69B77. Grayscale: #4C4C4C. Windows color (decimal): -16161656 or 8938505. OLE color: 8938505.
HSL color Cylindrical-coordinate representation of color #096488: hue angle of 197.01º 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 #096488 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 100 | 136 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.47 |
| HSL | 197.01º | 0.88% | 0.28% | - |
| HSV(B) | 197.01º | 0.93% | 0.53% | - |
| XYZ | 9.11 | 10.95 | 24.93 | - |
| YUV | 76.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 136 | 0.93 | 0.26 | 0 | 0.47 | 197.01 | 0.88 | 0.28 |
| Hex | 9 | 64 | 88 | 5D | 1A | 0 | 2F | C5 | 58 | 1C |
| Octal | 11 | 144 | 210 | 135 | 32 | 0 | 57 | 305 | 130 | 34 |
| Binary | 1001 | 1100100 | 10001000 | 1011101 | 11010 | 0 | 101111 | 11000101 | 1011000 | 11100 |
Color Harmonies of #096488
Complementary color
Monochromatic Colors of #096488
Black with #096488
Text Example
Text Example
White with #096488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096488; }
p { color: rgb(9,100,136); }
H1.HeaderClassName
{
color: #096488;
}
.AnyTagClassName
{
color: #096488;
}
</style>
background-color css
<style>
a { background-color: #096488; }
a { background-color: rgb(9,100,136); }
div.DivClassName
{
background-color: #096488;
}
.BgClassName
{
background-color: #096488;
}
</style>
border-color css
<style>
span { border-color: #096488; }
span { border-color: rgb(9,100,136); }
td.TdClassName
{
border-color: #096488;
}
.TagClassName
{
border-color: #096488;
}
</style>