Shades of Allports #1B7081
Tints of Allports #1B7081
RGB
CMYK
RGB Variations
Color information
#1B7081 (or 0x1B7081) is known color: Allports. HEX triplet: 1B, 70 and 81. RGB value is (27,112,129). Sum of RGB (Red+Green+Blue) = 27+112+129=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B7081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7081 is #E48F7E. Grayscale: #585858. Windows color (decimal): -14978943 or 8482843. OLE color: 8482843.
HSL color Cylindrical-coordinate representation of color #1B7081: hue angle of 190º degrees, saturation: 0.65, 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 #1B7081 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 112 | 129 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.49 |
| HSL | 190º | 0.65% | 0.31% | - |
| HSV(B) | 190º | 0.79% | 0.51% | - |
| XYZ | 10.21 | 13.41 | 22.82 | - |
| YUV | 88.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 129 | 0.79 | 0.13 | 0 | 0.49 | 190 | 0.65 | 0.31 |
| Hex | 1B | 70 | 81 | 4F | D | 0 | 31 | BE | 41 | 1F |
| Octal | 33 | 160 | 201 | 117 | 15 | 0 | 61 | 276 | 101 | 37 |
| Binary | 11011 | 1110000 | 10000001 | 1001111 | 1101 | 0 | 110001 | 10111110 | 1000001 | 11111 |
Color Harmonies of #1B7081
Complementary color
Monochromatic Colors of #1B7081
Black with #1B7081
Text Example
Text Example
White with #1B7081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7081; }
p { color: rgb(27,112,129); }
H1.HeaderClassName
{
color: #1B7081;
}
.AnyTagClassName
{
color: #1B7081;
}
</style>
background-color css
<style>
a { background-color: #1B7081; }
a { background-color: rgb(27,112,129); }
div.DivClassName
{
background-color: #1B7081;
}
.BgClassName
{
background-color: #1B7081;
}
</style>
border-color css
<style>
span { border-color: #1B7081; }
span { border-color: rgb(27,112,129); }
td.TdClassName
{
border-color: #1B7081;
}
.TagClassName
{
border-color: #1B7081;
}
</style>