Shades of Allports #096291
Tints of Allports #096291
RGB
CMYK
RGB Variations
Color information
#096291 (or 0x096291) is known color: Allports. HEX triplet: 09, 62 and 91. RGB value is (9,98,145). Sum of RGB (Red+Green+Blue) = 9+98+145=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #096291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096291 is #F69D6E. Grayscale: #4C4C4C. Windows color (decimal): -16162159 or 9527817. OLE color: 9527817.
HSL color Cylindrical-coordinate representation of color #096291: hue angle of 200.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096291 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 98 | 145 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.43 |
| HSL | 200.74º | 0.88% | 0.3% | - |
| HSV(B) | 200.74º | 0.94% | 0.57% | - |
| XYZ | 9.59 | 10.84 | 28.37 | - |
| YUV | 76.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 145 | 0.94 | 0.32 | 0 | 0.43 | 200.74 | 0.88 | 0.3 |
| Hex | 9 | 62 | 91 | 5E | 20 | 0 | 2B | C9 | 58 | 1E |
| Octal | 11 | 142 | 221 | 136 | 40 | 0 | 53 | 311 | 130 | 36 |
| Binary | 1001 | 1100010 | 10010001 | 1011110 | 100000 | 0 | 101011 | 11001001 | 1011000 | 11110 |
Color Harmonies of #096291
Complementary color
Monochromatic Colors of #096291
Black with #096291
Text Example
Text Example
White with #096291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096291; }
p { color: rgb(9,98,145); }
H1.HeaderClassName
{
color: #096291;
}
.AnyTagClassName
{
color: #096291;
}
</style>
background-color css
<style>
a { background-color: #096291; }
a { background-color: rgb(9,98,145); }
div.DivClassName
{
background-color: #096291;
}
.BgClassName
{
background-color: #096291;
}
</style>
border-color css
<style>
span { border-color: #096291; }
span { border-color: rgb(9,98,145); }
td.TdClassName
{
border-color: #096291;
}
.TagClassName
{
border-color: #096291;
}
</style>