Shades of Allports #1B717E
Tints of Allports #1B717E
RGB
CMYK
RGB Variations
Color information
#1B717E (or 0x1B717E) is known color: Allports. HEX triplet: 1B, 71 and 7E. RGB value is (27,113,126). Sum of RGB (Red+Green+Blue) = 27+113+126=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #1B717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B717E is #E48E81. Grayscale: #585858. Windows color (decimal): -14978690 or 8286491. OLE color: 8286491.
HSL color Cylindrical-coordinate representation of color #1B717E: hue angle of 187.88º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B717E is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 113 | 126 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.51 |
| HSL | 187.88º | 0.65% | 0.3% | - |
| HSV(B) | 187.88º | 0.79% | 0.49% | - |
| XYZ | 10.12 | 13.55 | 21.82 | - |
| YUV | 88.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 126 | 0.79 | 0.10 | 0 | 0.51 | 187.88 | 0.65 | 0.3 |
| Hex | 1B | 71 | 7E | 4F | A | 0 | 33 | BC | 41 | 1E |
| Octal | 33 | 161 | 176 | 117 | 12 | 0 | 63 | 274 | 101 | 36 |
| Binary | 11011 | 1110001 | 1111110 | 1001111 | 1010 | 0 | 110011 | 10111100 | 1000001 | 11110 |
Color Harmonies of #1B717E
Complementary color
Monochromatic Colors of #1B717E
Black with #1B717E
Text Example
Text Example
White with #1B717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B717E; }
p { color: rgb(27,113,126); }
H1.HeaderClassName
{
color: #1B717E;
}
.AnyTagClassName
{
color: #1B717E;
}
</style>
background-color css
<style>
a { background-color: #1B717E; }
a { background-color: rgb(27,113,126); }
div.DivClassName
{
background-color: #1B717E;
}
.BgClassName
{
background-color: #1B717E;
}
</style>
border-color css
<style>
span { border-color: #1B717E; }
span { border-color: rgb(27,113,126); }
td.TdClassName
{
border-color: #1B717E;
}
.TagClassName
{
border-color: #1B717E;
}
</style>