Shades of Allports #1B7182
Tints of Allports #1B7182
RGB
CMYK
RGB Variations
Color information
#1B7182 (or 0x1B7182) is known color: Allports. HEX triplet: 1B, 71 and 82. RGB value is (27,113,130). Sum of RGB (Red+Green+Blue) = 27+113+130=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B7182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7182 is #E48E7D. Grayscale: #595959. Windows color (decimal): -14978686 or 8548635. OLE color: 8548635.
HSL color Cylindrical-coordinate representation of color #1B7182: hue angle of 189.9º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7182 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 113 | 130 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.49 |
| HSL | 189.9º | 0.66% | 0.31% | - |
| HSV(B) | 189.9º | 0.79% | 0.51% | - |
| XYZ | 10.39 | 13.65 | 23.21 | - |
| YUV | 89.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 130 | 0.79 | 0.13 | 0 | 0.49 | 189.9 | 0.66 | 0.31 |
| Hex | 1B | 71 | 82 | 4F | D | 0 | 31 | BE | 42 | 1F |
| Octal | 33 | 161 | 202 | 117 | 15 | 0 | 61 | 276 | 102 | 37 |
| Binary | 11011 | 1110001 | 10000010 | 1001111 | 1101 | 0 | 110001 | 10111110 | 1000010 | 11111 |
Color Harmonies of #1B7182
Complementary color
Monochromatic Colors of #1B7182
Black with #1B7182
Text Example
Text Example
White with #1B7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7182; }
p { color: rgb(27,113,130); }
H1.HeaderClassName
{
color: #1B7182;
}
.AnyTagClassName
{
color: #1B7182;
}
</style>
background-color css
<style>
a { background-color: #1B7182; }
a { background-color: rgb(27,113,130); }
div.DivClassName
{
background-color: #1B7182;
}
.BgClassName
{
background-color: #1B7182;
}
</style>
border-color css
<style>
span { border-color: #1B7182; }
span { border-color: rgb(27,113,130); }
td.TdClassName
{
border-color: #1B7182;
}
.TagClassName
{
border-color: #1B7182;
}
</style>