Shades of Allports #096392
Tints of Allports #096392
RGB
CMYK
RGB Variations
Color information
#096392 (or 0x096392) is known color: Allports. HEX triplet: 09, 63 and 92. RGB value is (9,99,146). Sum of RGB (Red+Green+Blue) = 9+99+146=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #096392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096392 is #F69C6D. Grayscale: #4D4D4D. Windows color (decimal): -16161902 or 9593609. OLE color: 9593609.
HSL color Cylindrical-coordinate representation of color #096392: hue angle of 200.58º 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 #096392 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 99 | 146 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.43 |
| HSL | 200.58º | 0.88% | 0.3% | - |
| HSV(B) | 200.58º | 0.94% | 0.57% | - |
| XYZ | 9.76 | 11.06 | 28.81 | - |
| YUV | 77.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 146 | 0.94 | 0.32 | 0 | 0.43 | 200.58 | 0.88 | 0.3 |
| Hex | 9 | 63 | 92 | 5E | 20 | 0 | 2B | C9 | 58 | 1E |
| Octal | 11 | 143 | 222 | 136 | 40 | 0 | 53 | 311 | 130 | 36 |
| Binary | 1001 | 1100011 | 10010010 | 1011110 | 100000 | 0 | 101011 | 11001001 | 1011000 | 11110 |
Color Harmonies of #096392
Complementary color
Monochromatic Colors of #096392
Black with #096392
Text Example
Text Example
White with #096392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096392; }
p { color: rgb(9,99,146); }
H1.HeaderClassName
{
color: #096392;
}
.AnyTagClassName
{
color: #096392;
}
</style>
background-color css
<style>
a { background-color: #096392; }
a { background-color: rgb(9,99,146); }
div.DivClassName
{
background-color: #096392;
}
.BgClassName
{
background-color: #096392;
}
</style>
border-color css
<style>
span { border-color: #096392; }
span { border-color: rgb(9,99,146); }
td.TdClassName
{
border-color: #096392;
}
.TagClassName
{
border-color: #096392;
}
</style>