Shades of Allports #1B7185
Tints of Allports #1B7185
RGB
CMYK
RGB Variations
Color information
#1B7185 (or 0x1B7185) is known color: Allports. HEX triplet: 1B, 71 and 85. RGB value is (27,113,133). Sum of RGB (Red+Green+Blue) = 27+113+133=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7185 is #E48E7A. Grayscale: #595959. Windows color (decimal): -14978683 or 8745243. OLE color: 8745243.
HSL color Cylindrical-coordinate representation of color #1B7185: hue angle of 191.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B7185 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 113 | 133 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.48 |
| HSL | 191.32º | 0.66% | 0.31% | - |
| HSV(B) | 191.32º | 0.8% | 0.52% | - |
| XYZ | 10.59 | 13.74 | 24.28 | - |
| YUV | 89.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 133 | 0.80 | 0.15 | 0 | 0.48 | 191.32 | 0.66 | 0.31 |
| Hex | 1B | 71 | 85 | 50 | F | 0 | 30 | BF | 42 | 1F |
| Octal | 33 | 161 | 205 | 120 | 17 | 0 | 60 | 277 | 102 | 37 |
| Binary | 11011 | 1110001 | 10000101 | 1010000 | 1111 | 0 | 110000 | 10111111 | 1000010 | 11111 |
Color Harmonies of #1B7185
Complementary color
Monochromatic Colors of #1B7185
Black with #1B7185
Text Example
Text Example
White with #1B7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7185; }
p { color: rgb(27,113,133); }
H1.HeaderClassName
{
color: #1B7185;
}
.AnyTagClassName
{
color: #1B7185;
}
</style>
background-color css
<style>
a { background-color: #1B7185; }
a { background-color: rgb(27,113,133); }
div.DivClassName
{
background-color: #1B7185;
}
.BgClassName
{
background-color: #1B7185;
}
</style>
border-color css
<style>
span { border-color: #1B7185; }
span { border-color: rgb(27,113,133); }
td.TdClassName
{
border-color: #1B7185;
}
.TagClassName
{
border-color: #1B7185;
}
</style>