Shades of Allports #155F81
Tints of Allports #155F81
RGB
CMYK
RGB Variations
Color information
#155F81 (or 0x155F81) is known color: Allports. HEX triplet: 15, 5F and 81. RGB value is (21,95,129). Sum of RGB (Red+Green+Blue) = 21+95+129=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #155F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F81 is #EAA07E. Grayscale: #4C4C4C. Windows color (decimal): -15376511 or 8478485. OLE color: 8478485.
HSL color Cylindrical-coordinate representation of color #155F81: hue angle of 198.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155F81 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 95 | 129 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.49 |
| HSL | 198.89º | 0.72% | 0.29% | - |
| HSV(B) | 198.89º | 0.84% | 0.51% | - |
| XYZ | 8.36 | 9.93 | 22.24 | - |
| YUV | 76.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 129 | 0.84 | 0.26 | 0 | 0.49 | 198.89 | 0.72 | 0.29 |
| Hex | 15 | 5F | 81 | 54 | 1A | 0 | 31 | C7 | 48 | 1D |
| Octal | 25 | 137 | 201 | 124 | 32 | 0 | 61 | 307 | 110 | 35 |
| Binary | 10101 | 1011111 | 10000001 | 1010100 | 11010 | 0 | 110001 | 11000111 | 1001000 | 11101 |
Color Harmonies of #155F81
Complementary color
Monochromatic Colors of #155F81
Black with #155F81
Text Example
Text Example
White with #155F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F81; }
p { color: rgb(21,95,129); }
H1.HeaderClassName
{
color: #155F81;
}
.AnyTagClassName
{
color: #155F81;
}
</style>
background-color css
<style>
a { background-color: #155F81; }
a { background-color: rgb(21,95,129); }
div.DivClassName
{
background-color: #155F81;
}
.BgClassName
{
background-color: #155F81;
}
</style>
border-color css
<style>
span { border-color: #155F81; }
span { border-color: rgb(21,95,129); }
td.TdClassName
{
border-color: #155F81;
}
.TagClassName
{
border-color: #155F81;
}
</style>