Shades of Allports #096785
Tints of Allports #096785
RGB
CMYK
RGB Variations
Color information
#096785 (or 0x096785) is known color: Allports. HEX triplet: 09, 67 and 85. RGB value is (9,103,133). Sum of RGB (Red+Green+Blue) = 9+103+133=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #096785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096785 is #F6987A. Grayscale: #4E4E4E. Windows color (decimal): -16160891 or 8742665. OLE color: 8742665.
HSL color Cylindrical-coordinate representation of color #096785: hue angle of 194.52º 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 #096785 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 103 | 133 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.48 |
| HSL | 194.52º | 0.87% | 0.28% | - |
| HSV(B) | 194.52º | 0.93% | 0.52% | - |
| XYZ | 9.2 | 11.45 | 23.92 | - |
| YUV | 78.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 133 | 0.93 | 0.23 | 0 | 0.48 | 194.52 | 0.87 | 0.28 |
| Hex | 9 | 67 | 85 | 5D | 17 | 0 | 30 | C3 | 57 | 1C |
| Octal | 11 | 147 | 205 | 135 | 27 | 0 | 60 | 303 | 127 | 34 |
| Binary | 1001 | 1100111 | 10000101 | 1011101 | 10111 | 0 | 110000 | 11000011 | 1010111 | 11100 |
Color Harmonies of #096785
Complementary color
Monochromatic Colors of #096785
Black with #096785
Text Example
Text Example
White with #096785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096785; }
p { color: rgb(9,103,133); }
H1.HeaderClassName
{
color: #096785;
}
.AnyTagClassName
{
color: #096785;
}
</style>
background-color css
<style>
a { background-color: #096785; }
a { background-color: rgb(9,103,133); }
div.DivClassName
{
background-color: #096785;
}
.BgClassName
{
background-color: #096785;
}
</style>
border-color css
<style>
span { border-color: #096785; }
span { border-color: rgb(9,103,133); }
td.TdClassName
{
border-color: #096785;
}
.TagClassName
{
border-color: #096785;
}
</style>