Shades of Allports #096690
Tints of Allports #096690
RGB
CMYK
RGB Variations
Color information
#096690 (or 0x096690) is known color: Allports. HEX triplet: 09, 66 and 90. RGB value is (9,102,144). Sum of RGB (Red+Green+Blue) = 9+102+144=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #096690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096690 is #F6996F. Grayscale: #4E4E4E. Windows color (decimal): -16161136 or 9463305. OLE color: 9463305.
HSL color Cylindrical-coordinate representation of color #096690: hue angle of 198.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096690 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 102 | 144 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.44 |
| HSL | 198.67º | 0.88% | 0.3% | - |
| HSV(B) | 198.67º | 0.94% | 0.56% | - |
| XYZ | 9.9 | 11.57 | 28.1 | - |
| YUV | 78.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 144 | 0.94 | 0.29 | 0 | 0.44 | 198.67 | 0.88 | 0.3 |
| Hex | 9 | 66 | 90 | 5E | 1D | 0 | 2C | C7 | 58 | 1E |
| Octal | 11 | 146 | 220 | 136 | 35 | 0 | 54 | 307 | 130 | 36 |
| Binary | 1001 | 1100110 | 10010000 | 1011110 | 11101 | 0 | 101100 | 11000111 | 1011000 | 11110 |
Color Harmonies of #096690
Complementary color
Monochromatic Colors of #096690
Black with #096690
Text Example
Text Example
White with #096690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096690; }
p { color: rgb(9,102,144); }
H1.HeaderClassName
{
color: #096690;
}
.AnyTagClassName
{
color: #096690;
}
</style>
background-color css
<style>
a { background-color: #096690; }
a { background-color: rgb(9,102,144); }
div.DivClassName
{
background-color: #096690;
}
.BgClassName
{
background-color: #096690;
}
</style>
border-color css
<style>
span { border-color: #096690; }
span { border-color: rgb(9,102,144); }
td.TdClassName
{
border-color: #096690;
}
.TagClassName
{
border-color: #096690;
}
</style>