Shades of Allports #155F83
Tints of Allports #155F83
RGB
CMYK
RGB Variations
Color information
#155F83 (or 0x155F83) is known color: Allports. HEX triplet: 15, 5F and 83. RGB value is (21,95,131). Sum of RGB (Red+Green+Blue) = 21+95+131=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #155F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F83 is #EAA07C. Grayscale: #4C4C4C. Windows color (decimal): -15376509 or 8609557. OLE color: 8609557.
HSL color Cylindrical-coordinate representation of color #155F83: hue angle of 199.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155F83 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 95 | 131 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.49 |
| HSL | 199.64º | 0.72% | 0.3% | - |
| HSV(B) | 199.64º | 0.84% | 0.51% | - |
| XYZ | 8.5 | 9.98 | 22.95 | - |
| YUV | 76.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 131 | 0.84 | 0.27 | 0 | 0.49 | 199.64 | 0.72 | 0.3 |
| Hex | 15 | 5F | 83 | 54 | 1B | 0 | 31 | C8 | 48 | 1E |
| Octal | 25 | 137 | 203 | 124 | 33 | 0 | 61 | 310 | 110 | 36 |
| Binary | 10101 | 1011111 | 10000011 | 1010100 | 11011 | 0 | 110001 | 11001000 | 1001000 | 11110 |
Color Harmonies of #155F83
Complementary color
Monochromatic Colors of #155F83
Black with #155F83
Text Example
Text Example
White with #155F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F83; }
p { color: rgb(21,95,131); }
H1.HeaderClassName
{
color: #155F83;
}
.AnyTagClassName
{
color: #155F83;
}
</style>
background-color css
<style>
a { background-color: #155F83; }
a { background-color: rgb(21,95,131); }
div.DivClassName
{
background-color: #155F83;
}
.BgClassName
{
background-color: #155F83;
}
</style>
border-color css
<style>
span { border-color: #155F83; }
span { border-color: rgb(21,95,131); }
td.TdClassName
{
border-color: #155F83;
}
.TagClassName
{
border-color: #155F83;
}
</style>