Shades of Allports #1B6E71
Tints of Allports #1B6E71
RGB
CMYK
RGB Variations
Color information
#1B6E71 (or 0x1B6E71) is known color: Allports. HEX triplet: 1B, 6E and 71. RGB value is (27,110,113). Sum of RGB (Red+Green+Blue) = 27+110+113=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B6E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6E71 is #E4918E. Grayscale: #555555. Windows color (decimal): -14979471 or 7433755. OLE color: 7433755.
HSL color Cylindrical-coordinate representation of color #1B6E71: hue angle of 182.09º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6E71 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 110 | 113 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.56 |
| HSL | 182.09º | 0.61% | 0.27% | - |
| HSV(B) | 182.09º | 0.76% | 0.44% | - |
| XYZ | 9.01 | 12.58 | 17.58 | - |
| YUV | 85.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 113 | 0.76 | 0.03 | 0 | 0.56 | 182.09 | 0.61 | 0.27 |
| Hex | 1B | 6E | 71 | 4C | 3 | 0 | 38 | B6 | 3D | 1B |
| Octal | 33 | 156 | 161 | 114 | 3 | 0 | 70 | 266 | 75 | 33 |
| Binary | 11011 | 1101110 | 1110001 | 1001100 | 11 | 0 | 111000 | 10110110 | 111101 | 11011 |
Color Harmonies of #1B6E71
Complementary color
Monochromatic Colors of #1B6E71
Black with #1B6E71
Text Example
Text Example
White with #1B6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6E71; }
p { color: rgb(27,110,113); }
H1.HeaderClassName
{
color: #1B6E71;
}
.AnyTagClassName
{
color: #1B6E71;
}
</style>
background-color css
<style>
a { background-color: #1B6E71; }
a { background-color: rgb(27,110,113); }
div.DivClassName
{
background-color: #1B6E71;
}
.BgClassName
{
background-color: #1B6E71;
}
</style>
border-color css
<style>
span { border-color: #1B6E71; }
span { border-color: rgb(27,110,113); }
td.TdClassName
{
border-color: #1B6E71;
}
.TagClassName
{
border-color: #1B6E71;
}
</style>