Shades of Allports #096689
Tints of Allports #096689
RGB
CMYK
RGB Variations
Color information
#096689 (or 0x096689) is known color: Allports. HEX triplet: 09, 66 and 89. RGB value is (9,102,137). Sum of RGB (Red+Green+Blue) = 9+102+137=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #096689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096689 is #F69976. Grayscale: #4D4D4D. Windows color (decimal): -16161143 or 9004553. OLE color: 9004553.
HSL color Cylindrical-coordinate representation of color #096689: hue angle of 196.41º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096689 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 102 | 137 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.46 |
| HSL | 196.41º | 0.88% | 0.29% | - |
| HSV(B) | 196.41º | 0.93% | 0.54% | - |
| XYZ | 9.38 | 11.37 | 25.37 | - |
| YUV | 78.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 137 | 0.93 | 0.26 | 0 | 0.46 | 196.41 | 0.88 | 0.29 |
| Hex | 9 | 66 | 89 | 5D | 1A | 0 | 2E | C4 | 58 | 1D |
| Octal | 11 | 146 | 211 | 135 | 32 | 0 | 56 | 304 | 130 | 35 |
| Binary | 1001 | 1100110 | 10001001 | 1011101 | 11010 | 0 | 101110 | 11000100 | 1011000 | 11101 |
Color Harmonies of #096689
Complementary color
Monochromatic Colors of #096689
Black with #096689
Text Example
Text Example
White with #096689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096689; }
p { color: rgb(9,102,137); }
H1.HeaderClassName
{
color: #096689;
}
.AnyTagClassName
{
color: #096689;
}
</style>
background-color css
<style>
a { background-color: #096689; }
a { background-color: rgb(9,102,137); }
div.DivClassName
{
background-color: #096689;
}
.BgClassName
{
background-color: #096689;
}
</style>
border-color css
<style>
span { border-color: #096689; }
span { border-color: rgb(9,102,137); }
td.TdClassName
{
border-color: #096689;
}
.TagClassName
{
border-color: #096689;
}
</style>