Shades of Allports #096385
Tints of Allports #096385
RGB
CMYK
RGB Variations
Color information
#096385 (or 0x096385) is known color: Allports. HEX triplet: 09, 63 and 85. RGB value is (9,99,133). Sum of RGB (Red+Green+Blue) = 9+99+133=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #096385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096385 is #F69C7A. Grayscale: #4B4B4B. Windows color (decimal): -16161915 or 8741641. OLE color: 8741641.
HSL color Cylindrical-coordinate representation of color #096385: hue angle of 196.45º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096385 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 99 | 133 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.48 |
| HSL | 196.45º | 0.87% | 0.28% | - |
| HSV(B) | 196.45º | 0.93% | 0.52% | - |
| XYZ | 8.81 | 10.68 | 23.79 | - |
| YUV | 75.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 133 | 0.93 | 0.26 | 0 | 0.48 | 196.45 | 0.87 | 0.28 |
| Hex | 9 | 63 | 85 | 5D | 1A | 0 | 30 | C4 | 57 | 1C |
| Octal | 11 | 143 | 205 | 135 | 32 | 0 | 60 | 304 | 127 | 34 |
| Binary | 1001 | 1100011 | 10000101 | 1011101 | 11010 | 0 | 110000 | 11000100 | 1010111 | 11100 |
Color Harmonies of #096385
Complementary color
Monochromatic Colors of #096385
Black with #096385
Text Example
Text Example
White with #096385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096385; }
p { color: rgb(9,99,133); }
H1.HeaderClassName
{
color: #096385;
}
.AnyTagClassName
{
color: #096385;
}
</style>
background-color css
<style>
a { background-color: #096385; }
a { background-color: rgb(9,99,133); }
div.DivClassName
{
background-color: #096385;
}
.BgClassName
{
background-color: #096385;
}
</style>
border-color css
<style>
span { border-color: #096385; }
span { border-color: rgb(9,99,133); }
td.TdClassName
{
border-color: #096385;
}
.TagClassName
{
border-color: #096385;
}
</style>