Shades of Allports #1B6975
Tints of Allports #1B6975
RGB
CMYK
RGB Variations
Color information
#1B6975 (or 0x1B6975) is known color: Allports. HEX triplet: 1B, 69 and 75. RGB value is (27,105,117). Sum of RGB (Red+Green+Blue) = 27+105+117=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6975 is #E4968A. Grayscale: #525252. Windows color (decimal): -14980747 or 7694619. OLE color: 7694619.
HSL color Cylindrical-coordinate representation of color #1B6975: hue angle of 188º degrees, saturation: 0.62, 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 #1B6975 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 105 | 117 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.54 |
| HSL | 188º | 0.63% | 0.28% | - |
| HSV(B) | 188º | 0.77% | 0.46% | - |
| XYZ | 8.71 | 11.62 | 18.61 | - |
| YUV | 83.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 117 | 0.77 | 0.10 | 0 | 0.54 | 188 | 0.63 | 0.28 |
| Hex | 1B | 69 | 75 | 4D | A | 0 | 36 | BC | 3E | 1C |
| Octal | 33 | 151 | 165 | 115 | 12 | 0 | 66 | 274 | 76 | 34 |
| Binary | 11011 | 1101001 | 1110101 | 1001101 | 1010 | 0 | 110110 | 10111100 | 111110 | 11100 |
Color Harmonies of #1B6975
Complementary color
Monochromatic Colors of #1B6975
Black with #1B6975
Text Example
Text Example
White with #1B6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6975; }
p { color: rgb(27,105,117); }
H1.HeaderClassName
{
color: #1B6975;
}
.AnyTagClassName
{
color: #1B6975;
}
</style>
background-color css
<style>
a { background-color: #1B6975; }
a { background-color: rgb(27,105,117); }
div.DivClassName
{
background-color: #1B6975;
}
.BgClassName
{
background-color: #1B6975;
}
</style>
border-color css
<style>
span { border-color: #1B6975; }
span { border-color: rgb(27,105,117); }
td.TdClassName
{
border-color: #1B6975;
}
.TagClassName
{
border-color: #1B6975;
}
</style>