Shades of Allports #1B788D
Tints of Allports #1B788D
RGB
CMYK
RGB Variations
Color information
#1B788D (or 0x1B788D) is known color: Allports. HEX triplet: 1B, 78 and 8D. RGB value is (27,120,141). Sum of RGB (Red+Green+Blue) = 27+120+141=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B788D is #E48772. Grayscale: #5E5E5E. Windows color (decimal): -14976883 or 9271323. OLE color: 9271323.
HSL color Cylindrical-coordinate representation of color #1B788D: hue angle of 191.05º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B788D is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 120 | 141 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.45 |
| HSL | 191.05º | 0.68% | 0.33% | - |
| HSV(B) | 191.05º | 0.81% | 0.55% | - |
| XYZ | 11.98 | 15.59 | 27.58 | - |
| YUV | 94.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 141 | 0.81 | 0.15 | 0 | 0.45 | 191.05 | 0.68 | 0.33 |
| Hex | 1B | 78 | 8D | 51 | F | 0 | 2D | BF | 44 | 21 |
| Octal | 33 | 170 | 215 | 121 | 17 | 0 | 55 | 277 | 104 | 41 |
| Binary | 11011 | 1111000 | 10001101 | 1010001 | 1111 | 0 | 101101 | 10111111 | 1000100 | 100001 |
Color Harmonies of #1B788D
Complementary color
Monochromatic Colors of #1B788D
Black with #1B788D
Text Example
Text Example
White with #1B788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B788D; }
p { color: rgb(27,120,141); }
H1.HeaderClassName
{
color: #1B788D;
}
.AnyTagClassName
{
color: #1B788D;
}
</style>
background-color css
<style>
a { background-color: #1B788D; }
a { background-color: rgb(27,120,141); }
div.DivClassName
{
background-color: #1B788D;
}
.BgClassName
{
background-color: #1B788D;
}
</style>
border-color css
<style>
span { border-color: #1B788D; }
span { border-color: rgb(27,120,141); }
td.TdClassName
{
border-color: #1B788D;
}
.TagClassName
{
border-color: #1B788D;
}
</style>