Shades of Allports #155E6F
Tints of Allports #155E6F
RGB
CMYK
RGB Variations
Color information
#155E6F (or 0x155E6F) is known color: Allports. HEX triplet: 15, 5E and 6F. RGB value is (21,94,111). Sum of RGB (Red+Green+Blue) = 21+94+111=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #155E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E6F is #EAA190. Grayscale: #494949. Windows color (decimal): -15376785 or 7298581. OLE color: 7298581.
HSL color Cylindrical-coordinate representation of color #155E6F: hue angle of 191.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155E6F is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 94 | 111 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.56 |
| HSL | 191.33º | 0.68% | 0.26% | - |
| HSV(B) | 191.33º | 0.81% | 0.44% | - |
| XYZ | 7.18 | 9.31 | 16.46 | - |
| YUV | 74.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 111 | 0.81 | 0.15 | 0 | 0.56 | 191.33 | 0.68 | 0.26 |
| Hex | 15 | 5E | 6F | 51 | F | 0 | 38 | BF | 44 | 1A |
| Octal | 25 | 136 | 157 | 121 | 17 | 0 | 70 | 277 | 104 | 32 |
| Binary | 10101 | 1011110 | 1101111 | 1010001 | 1111 | 0 | 111000 | 10111111 | 1000100 | 11010 |
Color Harmonies of #155E6F
Complementary color
Monochromatic Colors of #155E6F
Black with #155E6F
Text Example
Text Example
White with #155E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E6F; }
p { color: rgb(21,94,111); }
H1.HeaderClassName
{
color: #155E6F;
}
.AnyTagClassName
{
color: #155E6F;
}
</style>
background-color css
<style>
a { background-color: #155E6F; }
a { background-color: rgb(21,94,111); }
div.DivClassName
{
background-color: #155E6F;
}
.BgClassName
{
background-color: #155E6F;
}
</style>
border-color css
<style>
span { border-color: #155E6F; }
span { border-color: rgb(21,94,111); }
td.TdClassName
{
border-color: #155E6F;
}
.TagClassName
{
border-color: #155E6F;
}
</style>