Shades of Allports #1B6D78
Tints of Allports #1B6D78
RGB
CMYK
RGB Variations
Color information
#1B6D78 (or 0x1B6D78) is known color: Allports. HEX triplet: 1B, 6D and 78. RGB value is (27,109,120). Sum of RGB (Red+Green+Blue) = 27+109+120=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B6D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6D78 is #E49287. Grayscale: #555555. Windows color (decimal): -14979720 or 7892251. OLE color: 7892251.
HSL color Cylindrical-coordinate representation of color #1B6D78: hue angle of 187.1º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B6D78 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 109 | 120 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.53 |
| HSL | 187.1º | 0.63% | 0.29% | - |
| HSV(B) | 187.1º | 0.78% | 0.47% | - |
| XYZ | 9.31 | 12.53 | 19.7 | - |
| YUV | 85.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 109 | 120 | 0.78 | 0.09 | 0 | 0.53 | 187.1 | 0.63 | 0.29 |
| Hex | 1B | 6D | 78 | 4E | 9 | 0 | 35 | BB | 3F | 1D |
| Octal | 33 | 155 | 170 | 116 | 11 | 0 | 65 | 273 | 77 | 35 |
| Binary | 11011 | 1101101 | 1111000 | 1001110 | 1001 | 0 | 110101 | 10111011 | 111111 | 11101 |
Color Harmonies of #1B6D78
Complementary color
Monochromatic Colors of #1B6D78
Black with #1B6D78
Text Example
Text Example
White with #1B6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6D78; }
p { color: rgb(27,109,120); }
H1.HeaderClassName
{
color: #1B6D78;
}
.AnyTagClassName
{
color: #1B6D78;
}
</style>
background-color css
<style>
a { background-color: #1B6D78; }
a { background-color: rgb(27,109,120); }
div.DivClassName
{
background-color: #1B6D78;
}
.BgClassName
{
background-color: #1B6D78;
}
</style>
border-color css
<style>
span { border-color: #1B6D78; }
span { border-color: rgb(27,109,120); }
td.TdClassName
{
border-color: #1B6D78;
}
.TagClassName
{
border-color: #1B6D78;
}
</style>