Shades of Allports #096388
Tints of Allports #096388
RGB
CMYK
RGB Variations
Color information
#096388 (or 0x096388) is known color: Allports. HEX triplet: 09, 63 and 88. RGB value is (9,99,136). Sum of RGB (Red+Green+Blue) = 9+99+136=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #096388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096388 is #F69C77. Grayscale: #4C4C4C. Windows color (decimal): -16161912 or 8938249. OLE color: 8938249.
HSL color Cylindrical-coordinate representation of color #096388: hue angle of 197.48º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096388 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 99 | 136 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.47 |
| HSL | 197.48º | 0.88% | 0.28% | - |
| HSV(B) | 197.48º | 0.93% | 0.53% | - |
| XYZ | 9.02 | 10.76 | 24.89 | - |
| YUV | 76.31 | 161.68 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 136 | 0.93 | 0.27 | 0 | 0.47 | 197.48 | 0.88 | 0.28 |
| Hex | 9 | 63 | 88 | 5D | 1B | 0 | 2F | C5 | 58 | 1C |
| Octal | 11 | 143 | 210 | 135 | 33 | 0 | 57 | 305 | 130 | 34 |
| Binary | 1001 | 1100011 | 10001000 | 1011101 | 11011 | 0 | 101111 | 11000101 | 1011000 | 11100 |
Color Harmonies of #096388
Complementary color
Monochromatic Colors of #096388
Black with #096388
Text Example
Text Example
White with #096388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096388; }
p { color: rgb(9,99,136); }
H1.HeaderClassName
{
color: #096388;
}
.AnyTagClassName
{
color: #096388;
}
</style>
background-color css
<style>
a { background-color: #096388; }
a { background-color: rgb(9,99,136); }
div.DivClassName
{
background-color: #096388;
}
.BgClassName
{
background-color: #096388;
}
</style>
border-color css
<style>
span { border-color: #096388; }
span { border-color: rgb(9,99,136); }
td.TdClassName
{
border-color: #096388;
}
.TagClassName
{
border-color: #096388;
}
</style>