Shades of Allports #1B688B
Tints of Allports #1B688B
RGB
CMYK
RGB Variations
Color information
#1B688B (or 0x1B688B) is known color: Allports. HEX triplet: 1B, 68 and 8B. RGB value is (27,104,139). Sum of RGB (Red+Green+Blue) = 27+104+139=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B688B is #E49774. Grayscale: #545454. Windows color (decimal): -14980981 or 9136155. OLE color: 9136155.
HSL color Cylindrical-coordinate representation of color #1B688B: hue angle of 198.75º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B688B is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 104 | 139 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.45 |
| HSL | 198.75º | 0.67% | 0.33% | - |
| HSV(B) | 198.75º | 0.81% | 0.55% | - |
| XYZ | 10.06 | 12 | 26.21 | - |
| YUV | 84.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 139 | 0.81 | 0.25 | 0 | 0.45 | 198.75 | 0.67 | 0.33 |
| Hex | 1B | 68 | 8B | 51 | 19 | 0 | 2D | C7 | 43 | 21 |
| Octal | 33 | 150 | 213 | 121 | 31 | 0 | 55 | 307 | 103 | 41 |
| Binary | 11011 | 1101000 | 10001011 | 1010001 | 11001 | 0 | 101101 | 11000111 | 1000011 | 100001 |
Color Harmonies of #1B688B
Complementary color
Monochromatic Colors of #1B688B
Black with #1B688B
Text Example
Text Example
White with #1B688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B688B; }
p { color: rgb(27,104,139); }
H1.HeaderClassName
{
color: #1B688B;
}
.AnyTagClassName
{
color: #1B688B;
}
</style>
background-color css
<style>
a { background-color: #1B688B; }
a { background-color: rgb(27,104,139); }
div.DivClassName
{
background-color: #1B688B;
}
.BgClassName
{
background-color: #1B688B;
}
</style>
border-color css
<style>
span { border-color: #1B688B; }
span { border-color: rgb(27,104,139); }
td.TdClassName
{
border-color: #1B688B;
}
.TagClassName
{
border-color: #1B688B;
}
</style>