Shades of Allports #1B687A
Tints of Allports #1B687A
RGB
CMYK
RGB Variations
Color information
#1B687A (or 0x1B687A) is known color: Allports. HEX triplet: 1B, 68 and 7A. RGB value is (27,104,122). Sum of RGB (Red+Green+Blue) = 27+104+122=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B687A is #E49785. Grayscale: #525252. Windows color (decimal): -14980998 or 8022043. OLE color: 8022043.
HSL color Cylindrical-coordinate representation of color #1B687A: hue angle of 191.37º 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 #1B687A is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 104 | 122 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.52 |
| HSL | 191.37º | 0.64% | 0.29% | - |
| HSV(B) | 191.37º | 0.78% | 0.48% | - |
| XYZ | 8.92 | 11.54 | 20.17 | - |
| YUV | 83.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 122 | 0.78 | 0.15 | 0 | 0.52 | 191.37 | 0.64 | 0.29 |
| Hex | 1B | 68 | 7A | 4E | F | 0 | 34 | BF | 40 | 1D |
| Octal | 33 | 150 | 172 | 116 | 17 | 0 | 64 | 277 | 100 | 35 |
| Binary | 11011 | 1101000 | 1111010 | 1001110 | 1111 | 0 | 110100 | 10111111 | 1000000 | 11101 |
Color Harmonies of #1B687A
Complementary color
Monochromatic Colors of #1B687A
Black with #1B687A
Text Example
Text Example
White with #1B687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B687A; }
p { color: rgb(27,104,122); }
H1.HeaderClassName
{
color: #1B687A;
}
.AnyTagClassName
{
color: #1B687A;
}
</style>
background-color css
<style>
a { background-color: #1B687A; }
a { background-color: rgb(27,104,122); }
div.DivClassName
{
background-color: #1B687A;
}
.BgClassName
{
background-color: #1B687A;
}
</style>
border-color css
<style>
span { border-color: #1B687A; }
span { border-color: rgb(27,104,122); }
td.TdClassName
{
border-color: #1B687A;
}
.TagClassName
{
border-color: #1B687A;
}
</style>