Shades of Allports #1B6570
Tints of Allports #1B6570
RGB
CMYK
RGB Variations
Color information
#1B6570 (or 0x1B6570) is known color: Allports. HEX triplet: 1B, 65 and 70. RGB value is (27,101,112). Sum of RGB (Red+Green+Blue) = 27+101+112=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B6570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6570 is #E49A8F. Grayscale: #505050. Windows color (decimal): -14981776 or 7365915. OLE color: 7365915.
HSL color Cylindrical-coordinate representation of color #1B6570: hue angle of 187.76º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6570 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 101 | 112 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.56 |
| HSL | 187.76º | 0.61% | 0.27% | - |
| HSV(B) | 187.76º | 0.76% | 0.44% | - |
| XYZ | 8.03 | 10.71 | 16.97 | - |
| YUV | 80.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 112 | 0.76 | 0.10 | 0 | 0.56 | 187.76 | 0.61 | 0.27 |
| Hex | 1B | 65 | 70 | 4C | A | 0 | 38 | BC | 3D | 1B |
| Octal | 33 | 145 | 160 | 114 | 12 | 0 | 70 | 274 | 75 | 33 |
| Binary | 11011 | 1100101 | 1110000 | 1001100 | 1010 | 0 | 111000 | 10111100 | 111101 | 11011 |
Color Harmonies of #1B6570
Complementary color
Monochromatic Colors of #1B6570
Black with #1B6570
Text Example
Text Example
White with #1B6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6570; }
p { color: rgb(27,101,112); }
H1.HeaderClassName
{
color: #1B6570;
}
.AnyTagClassName
{
color: #1B6570;
}
</style>
background-color css
<style>
a { background-color: #1B6570; }
a { background-color: rgb(27,101,112); }
div.DivClassName
{
background-color: #1B6570;
}
.BgClassName
{
background-color: #1B6570;
}
</style>
border-color css
<style>
span { border-color: #1B6570; }
span { border-color: rgb(27,101,112); }
td.TdClassName
{
border-color: #1B6570;
}
.TagClassName
{
border-color: #1B6570;
}
</style>