Shades of Allports #1B6687
Tints of Allports #1B6687
RGB
CMYK
RGB Variations
Color information
#1B6687 (or 0x1B6687) is known color: Allports. HEX triplet: 1B, 66 and 87. RGB value is (27,102,135). Sum of RGB (Red+Green+Blue) = 27+102+135=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B6687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6687 is #E49978. Grayscale: #535353. Windows color (decimal): -14981497 or 8873499. OLE color: 8873499.
HSL color Cylindrical-coordinate representation of color #1B6687: hue angle of 198.33º 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 #1B6687 is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 102 | 135 | - |
| CMYK | 0.8 | 0.24 | 0 | 0.47 |
| HSL | 198.33º | 0.67% | 0.32% | - |
| HSV(B) | 198.33º | 0.8% | 0.53% | - |
| XYZ | 9.58 | 11.49 | 24.63 | - |
| YUV | 83.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 135 | 0.8 | 0.24 | 0 | 0.47 | 198.33 | 0.67 | 0.32 |
| Hex | 1B | 66 | 87 | 50 | 18 | 0 | 2F | C6 | 43 | 20 |
| Octal | 33 | 146 | 207 | 120 | 30 | 0 | 57 | 306 | 103 | 40 |
| Binary | 11011 | 1100110 | 10000111 | 1010000 | 11000 | 0 | 101111 | 11000110 | 1000011 | 100000 |
Color Harmonies of #1B6687
Complementary color
Monochromatic Colors of #1B6687
Black with #1B6687
Text Example
Text Example
White with #1B6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6687; }
p { color: rgb(27,102,135); }
H1.HeaderClassName
{
color: #1B6687;
}
.AnyTagClassName
{
color: #1B6687;
}
</style>
background-color css
<style>
a { background-color: #1B6687; }
a { background-color: rgb(27,102,135); }
div.DivClassName
{
background-color: #1B6687;
}
.BgClassName
{
background-color: #1B6687;
}
</style>
border-color css
<style>
span { border-color: #1B6687; }
span { border-color: rgb(27,102,135); }
td.TdClassName
{
border-color: #1B6687;
}
.TagClassName
{
border-color: #1B6687;
}
</style>