Shades of Allports #096484
Tints of Allports #096484
RGB
CMYK
RGB Variations
Color information
#096484 (or 0x096484) is known color: Allports. HEX triplet: 09, 64 and 84. RGB value is (9,100,132). Sum of RGB (Red+Green+Blue) = 9+100+132=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #096484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096484 is #F69B7B. Grayscale: #4C4C4C. Windows color (decimal): -16161660 or 8676361. OLE color: 8676361.
HSL color Cylindrical-coordinate representation of color #096484: hue angle of 195.61º 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 #096484 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 100 | 132 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.48 |
| HSL | 195.61º | 0.87% | 0.28% | - |
| HSV(B) | 195.61º | 0.93% | 0.52% | - |
| XYZ | 8.83 | 10.84 | 23.46 | - |
| YUV | 76.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 132 | 0.93 | 0.24 | 0 | 0.48 | 195.61 | 0.87 | 0.28 |
| Hex | 9 | 64 | 84 | 5D | 18 | 0 | 30 | C4 | 57 | 1C |
| Octal | 11 | 144 | 204 | 135 | 30 | 0 | 60 | 304 | 127 | 34 |
| Binary | 1001 | 1100100 | 10000100 | 1011101 | 11000 | 0 | 110000 | 11000100 | 1010111 | 11100 |
Color Harmonies of #096484
Complementary color
Monochromatic Colors of #096484
Black with #096484
Text Example
Text Example
White with #096484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096484; }
p { color: rgb(9,100,132); }
H1.HeaderClassName
{
color: #096484;
}
.AnyTagClassName
{
color: #096484;
}
</style>
background-color css
<style>
a { background-color: #096484; }
a { background-color: rgb(9,100,132); }
div.DivClassName
{
background-color: #096484;
}
.BgClassName
{
background-color: #096484;
}
</style>
border-color css
<style>
span { border-color: #096484; }
span { border-color: rgb(9,100,132); }
td.TdClassName
{
border-color: #096484;
}
.TagClassName
{
border-color: #096484;
}
</style>