Shades of Allports #1B6776
Tints of Allports #1B6776
RGB
CMYK
RGB Variations
Color information
#1B6776 (or 0x1B6776) is known color: Allports. HEX triplet: 1B, 67 and 76. RGB value is (27,103,118). Sum of RGB (Red+Green+Blue) = 27+103+118=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B6776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6776 is #E49889. Grayscale: #515151. Windows color (decimal): -14981258 or 7759643. OLE color: 7759643.
HSL color Cylindrical-coordinate representation of color #1B6776: hue angle of 189.89º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B6776 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 103 | 118 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.54 |
| HSL | 189.89º | 0.63% | 0.28% | - |
| HSV(B) | 189.89º | 0.77% | 0.46% | - |
| XYZ | 8.57 | 11.24 | 18.86 | - |
| YUV | 81.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 118 | 0.77 | 0.13 | 0 | 0.54 | 189.89 | 0.63 | 0.28 |
| Hex | 1B | 67 | 76 | 4D | D | 0 | 36 | BE | 3F | 1C |
| Octal | 33 | 147 | 166 | 115 | 15 | 0 | 66 | 276 | 77 | 34 |
| Binary | 11011 | 1100111 | 1110110 | 1001101 | 1101 | 0 | 110110 | 10111110 | 111111 | 11100 |
Color Harmonies of #1B6776
Complementary color
Monochromatic Colors of #1B6776
Black with #1B6776
Text Example
Text Example
White with #1B6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6776; }
p { color: rgb(27,103,118); }
H1.HeaderClassName
{
color: #1B6776;
}
.AnyTagClassName
{
color: #1B6776;
}
</style>
background-color css
<style>
a { background-color: #1B6776; }
a { background-color: rgb(27,103,118); }
div.DivClassName
{
background-color: #1B6776;
}
.BgClassName
{
background-color: #1B6776;
}
</style>
border-color css
<style>
span { border-color: #1B6776; }
span { border-color: rgb(27,103,118); }
td.TdClassName
{
border-color: #1B6776;
}
.TagClassName
{
border-color: #1B6776;
}
</style>