Shades of Allports #1B6C72
Tints of Allports #1B6C72
RGB
CMYK
RGB Variations
Color information
#1B6C72 (or 0x1B6C72) is known color: Allports. HEX triplet: 1B, 6C and 72. RGB value is (27,108,114). Sum of RGB (Red+Green+Blue) = 27+108+114=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B6C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C72 is #E4938D. Grayscale: #545454. Windows color (decimal): -14979982 or 7498779. OLE color: 7498779.
HSL color Cylindrical-coordinate representation of color #1B6C72: hue angle of 184.14º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6C72 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 108 | 114 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.55 |
| HSL | 184.14º | 0.62% | 0.28% | - |
| HSV(B) | 184.14º | 0.76% | 0.45% | - |
| XYZ | 8.85 | 12.17 | 17.8 | - |
| YUV | 84.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 114 | 0.76 | 0.05 | 0 | 0.55 | 184.14 | 0.62 | 0.28 |
| Hex | 1B | 6C | 72 | 4C | 5 | 0 | 37 | B8 | 3E | 1C |
| Octal | 33 | 154 | 162 | 114 | 5 | 0 | 67 | 270 | 76 | 34 |
| Binary | 11011 | 1101100 | 1110010 | 1001100 | 101 | 0 | 110111 | 10111000 | 111110 | 11100 |
Color Harmonies of #1B6C72
Complementary color
Monochromatic Colors of #1B6C72
Black with #1B6C72
Text Example
Text Example
White with #1B6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C72; }
p { color: rgb(27,108,114); }
H1.HeaderClassName
{
color: #1B6C72;
}
.AnyTagClassName
{
color: #1B6C72;
}
</style>
background-color css
<style>
a { background-color: #1B6C72; }
a { background-color: rgb(27,108,114); }
div.DivClassName
{
background-color: #1B6C72;
}
.BgClassName
{
background-color: #1B6C72;
}
</style>
border-color css
<style>
span { border-color: #1B6C72; }
span { border-color: rgb(27,108,114); }
td.TdClassName
{
border-color: #1B6C72;
}
.TagClassName
{
border-color: #1B6C72;
}
</style>