Shades of Allports #1B7178
Tints of Allports #1B7178
RGB
CMYK
RGB Variations
Color information
#1B7178 (or 0x1B7178) is known color: Allports. HEX triplet: 1B, 71 and 78. RGB value is (27,113,120). Sum of RGB (Red+Green+Blue) = 27+113+120=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7178 is #E48E87. Grayscale: #575757. Windows color (decimal): -14978696 or 7893275. OLE color: 7893275.
HSL color Cylindrical-coordinate representation of color #1B7178: hue angle of 184.52º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7178 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 113 | 120 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.53 |
| HSL | 184.52º | 0.63% | 0.29% | - |
| HSV(B) | 184.52º | 0.78% | 0.47% | - |
| XYZ | 9.75 | 13.4 | 19.84 | - |
| YUV | 88.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 120 | 0.78 | 0.06 | 0 | 0.53 | 184.52 | 0.63 | 0.29 |
| Hex | 1B | 71 | 78 | 4E | 6 | 0 | 35 | B9 | 3F | 1D |
| Octal | 33 | 161 | 170 | 116 | 6 | 0 | 65 | 271 | 77 | 35 |
| Binary | 11011 | 1110001 | 1111000 | 1001110 | 110 | 0 | 110101 | 10111001 | 111111 | 11101 |
Color Harmonies of #1B7178
Complementary color
Monochromatic Colors of #1B7178
Black with #1B7178
Text Example
Text Example
White with #1B7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7178; }
p { color: rgb(27,113,120); }
H1.HeaderClassName
{
color: #1B7178;
}
.AnyTagClassName
{
color: #1B7178;
}
</style>
background-color css
<style>
a { background-color: #1B7178; }
a { background-color: rgb(27,113,120); }
div.DivClassName
{
background-color: #1B7178;
}
.BgClassName
{
background-color: #1B7178;
}
</style>
border-color css
<style>
span { border-color: #1B7178; }
span { border-color: rgb(27,113,120); }
td.TdClassName
{
border-color: #1B7178;
}
.TagClassName
{
border-color: #1B7178;
}
</style>