Shades of Allports #1B707B
Tints of Allports #1B707B
RGB
CMYK
RGB Variations
Color information
#1B707B (or 0x1B707B) is known color: Allports. HEX triplet: 1B, 70 and 7B. RGB value is (27,112,123). Sum of RGB (Red+Green+Blue) = 27+112+123=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B707B is #E48F84. Grayscale: #575757. Windows color (decimal): -14978949 or 8089627. OLE color: 8089627.
HSL color Cylindrical-coordinate representation of color #1B707B: hue angle of 186.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B707B is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 112 | 123 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.52 |
| HSL | 186.88º | 0.64% | 0.29% | - |
| HSV(B) | 186.88º | 0.78% | 0.48% | - |
| XYZ | 9.82 | 13.25 | 20.78 | - |
| YUV | 87.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 123 | 0.78 | 0.09 | 0 | 0.52 | 186.88 | 0.64 | 0.29 |
| Hex | 1B | 70 | 7B | 4E | 9 | 0 | 34 | BB | 40 | 1D |
| Octal | 33 | 160 | 173 | 116 | 11 | 0 | 64 | 273 | 100 | 35 |
| Binary | 11011 | 1110000 | 1111011 | 1001110 | 1001 | 0 | 110100 | 10111011 | 1000000 | 11101 |
Color Harmonies of #1B707B
Complementary color
Monochromatic Colors of #1B707B
Black with #1B707B
Text Example
Text Example
White with #1B707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B707B; }
p { color: rgb(27,112,123); }
H1.HeaderClassName
{
color: #1B707B;
}
.AnyTagClassName
{
color: #1B707B;
}
</style>
background-color css
<style>
a { background-color: #1B707B; }
a { background-color: rgb(27,112,123); }
div.DivClassName
{
background-color: #1B707B;
}
.BgClassName
{
background-color: #1B707B;
}
</style>
border-color css
<style>
span { border-color: #1B707B; }
span { border-color: rgb(27,112,123); }
td.TdClassName
{
border-color: #1B707B;
}
.TagClassName
{
border-color: #1B707B;
}
</style>