Shades of Allports #1B6887
Tints of Allports #1B6887
RGB
CMYK
RGB Variations
Color information
#1B6887 (or 0x1B6887) is known color: Allports. HEX triplet: 1B, 68 and 87. RGB value is (27,104,135). Sum of RGB (Red+Green+Blue) = 27+104+135=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B6887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6887 is #E49778. Grayscale: #545454. Windows color (decimal): -14980985 or 8874011. OLE color: 8874011.
HSL color Cylindrical-coordinate representation of color #1B6887: hue angle of 197.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6887 is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 104 | 135 | - |
| CMYK | 0.8 | 0.23 | 0 | 0.47 |
| HSL | 197.22º | 0.67% | 0.32% | - |
| HSV(B) | 197.22º | 0.8% | 0.53% | - |
| XYZ | 9.78 | 11.88 | 24.7 | - |
| YUV | 84.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 135 | 0.8 | 0.23 | 0 | 0.47 | 197.22 | 0.67 | 0.32 |
| Hex | 1B | 68 | 87 | 50 | 17 | 0 | 2F | C5 | 43 | 20 |
| Octal | 33 | 150 | 207 | 120 | 27 | 0 | 57 | 305 | 103 | 40 |
| Binary | 11011 | 1101000 | 10000111 | 1010000 | 10111 | 0 | 101111 | 11000101 | 1000011 | 100000 |
Color Harmonies of #1B6887
Complementary color
Monochromatic Colors of #1B6887
Black with #1B6887
Text Example
Text Example
White with #1B6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6887; }
p { color: rgb(27,104,135); }
H1.HeaderClassName
{
color: #1B6887;
}
.AnyTagClassName
{
color: #1B6887;
}
</style>
background-color css
<style>
a { background-color: #1B6887; }
a { background-color: rgb(27,104,135); }
div.DivClassName
{
background-color: #1B6887;
}
.BgClassName
{
background-color: #1B6887;
}
</style>
border-color css
<style>
span { border-color: #1B6887; }
span { border-color: rgb(27,104,135); }
td.TdClassName
{
border-color: #1B6887;
}
.TagClassName
{
border-color: #1B6887;
}
</style>