Shades of Allports #1B616D
Tints of Allports #1B616D
RGB
CMYK
RGB Variations
Color information
#1B616D (or 0x1B616D) is known color: Allports. HEX triplet: 1B, 61 and 6D. RGB value is (27,97,109). Sum of RGB (Red+Green+Blue) = 27+97+109=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B616D is #E49E92. Grayscale: #4D4D4D. Windows color (decimal): -14982803 or 7168283. OLE color: 7168283.
HSL color Cylindrical-coordinate representation of color #1B616D: hue angle of 188.78º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B616D is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 97 | 109 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.57 |
| HSL | 188.78º | 0.6% | 0.27% | - |
| HSV(B) | 188.78º | 0.75% | 0.43% | - |
| XYZ | 7.49 | 9.89 | 15.98 | - |
| YUV | 77.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 109 | 0.75 | 0.11 | 0 | 0.57 | 188.78 | 0.6 | 0.27 |
| Hex | 1B | 61 | 6D | 4B | B | 0 | 39 | BD | 3C | 1B |
| Octal | 33 | 141 | 155 | 113 | 13 | 0 | 71 | 275 | 74 | 33 |
| Binary | 11011 | 1100001 | 1101101 | 1001011 | 1011 | 0 | 111001 | 10111101 | 111100 | 11011 |
Color Harmonies of #1B616D
Complementary color
Monochromatic Colors of #1B616D
Black with #1B616D
Text Example
Text Example
White with #1B616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B616D; }
p { color: rgb(27,97,109); }
H1.HeaderClassName
{
color: #1B616D;
}
.AnyTagClassName
{
color: #1B616D;
}
</style>
background-color css
<style>
a { background-color: #1B616D; }
a { background-color: rgb(27,97,109); }
div.DivClassName
{
background-color: #1B616D;
}
.BgClassName
{
background-color: #1B616D;
}
</style>
border-color css
<style>
span { border-color: #1B616D; }
span { border-color: rgb(27,97,109); }
td.TdClassName
{
border-color: #1B616D;
}
.TagClassName
{
border-color: #1B616D;
}
</style>