Shades of Allports #115F83
Tints of Allports #115F83
RGB
CMYK
RGB Variations
Color information
#115F83 (or 0x115F83) is known color: Allports. HEX triplet: 11, 5F and 83. RGB value is (17,95,131). Sum of RGB (Red+Green+Blue) = 17+95+131=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #115F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F83 is #EEA07C. Grayscale: #4B4B4B. Windows color (decimal): -15638653 or 8609553. OLE color: 8609553.
HSL color Cylindrical-coordinate representation of color #115F83: hue angle of 198.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115F83 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 95 | 131 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.49 |
| HSL | 198.95º | 0.77% | 0.29% | - |
| HSV(B) | 198.95º | 0.87% | 0.51% | - |
| XYZ | 8.42 | 9.94 | 22.95 | - |
| YUV | 75.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 131 | 0.87 | 0.27 | 0 | 0.49 | 198.95 | 0.77 | 0.29 |
| Hex | 11 | 5F | 83 | 57 | 1B | 0 | 31 | C7 | 4D | 1D |
| Octal | 21 | 137 | 203 | 127 | 33 | 0 | 61 | 307 | 115 | 35 |
| Binary | 10001 | 1011111 | 10000011 | 1010111 | 11011 | 0 | 110001 | 11000111 | 1001101 | 11101 |
Color Harmonies of #115F83
Complementary color
Monochromatic Colors of #115F83
Black with #115F83
Text Example
Text Example
White with #115F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F83; }
p { color: rgb(17,95,131); }
H1.HeaderClassName
{
color: #115F83;
}
.AnyTagClassName
{
color: #115F83;
}
</style>
background-color css
<style>
a { background-color: #115F83; }
a { background-color: rgb(17,95,131); }
div.DivClassName
{
background-color: #115F83;
}
.BgClassName
{
background-color: #115F83;
}
</style>
border-color css
<style>
span { border-color: #115F83; }
span { border-color: rgb(17,95,131); }
td.TdClassName
{
border-color: #115F83;
}
.TagClassName
{
border-color: #115F83;
}
</style>