Shades of Allports #1B6176
Tints of Allports #1B6176
RGB
CMYK
RGB Variations
Color information
#1B6176 (or 0x1B6176) is known color: Allports. HEX triplet: 1B, 61 and 76. RGB value is (27,97,118). Sum of RGB (Red+Green+Blue) = 27+97+118=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6176 is #E49E89. Grayscale: #4E4E4E. Windows color (decimal): -14982794 or 7758107. OLE color: 7758107.
HSL color Cylindrical-coordinate representation of color #1B6176: hue angle of 193.85º 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 #1B6176 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 97 | 118 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.54 |
| HSL | 193.85º | 0.63% | 0.28% | - |
| HSV(B) | 193.85º | 0.77% | 0.46% | - |
| XYZ | 8 | 10.09 | 18.67 | - |
| YUV | 78.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 118 | 0.77 | 0.18 | 0 | 0.54 | 193.85 | 0.63 | 0.28 |
| Hex | 1B | 61 | 76 | 4D | 12 | 0 | 36 | C2 | 3F | 1C |
| Octal | 33 | 141 | 166 | 115 | 22 | 0 | 66 | 302 | 77 | 34 |
| Binary | 11011 | 1100001 | 1110110 | 1001101 | 10010 | 0 | 110110 | 11000010 | 111111 | 11100 |
Color Harmonies of #1B6176
Complementary color
Monochromatic Colors of #1B6176
Black with #1B6176
Text Example
Text Example
White with #1B6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6176; }
p { color: rgb(27,97,118); }
H1.HeaderClassName
{
color: #1B6176;
}
.AnyTagClassName
{
color: #1B6176;
}
</style>
background-color css
<style>
a { background-color: #1B6176; }
a { background-color: rgb(27,97,118); }
div.DivClassName
{
background-color: #1B6176;
}
.BgClassName
{
background-color: #1B6176;
}
</style>
border-color css
<style>
span { border-color: #1B6176; }
span { border-color: rgb(27,97,118); }
td.TdClassName
{
border-color: #1B6176;
}
.TagClassName
{
border-color: #1B6176;
}
</style>