Shades of Allports #1B626D
Tints of Allports #1B626D
RGB
CMYK
RGB Variations
Color information
#1B626D (or 0x1B626D) is known color: Allports. HEX triplet: 1B, 62 and 6D. RGB value is (27,98,109). Sum of RGB (Red+Green+Blue) = 27+98+109=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B626D is #E49D92. Grayscale: #4D4D4D. Windows color (decimal): -14982547 or 7168539. OLE color: 7168539.
HSL color Cylindrical-coordinate representation of color #1B626D: hue angle of 188.05º 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 #1B626D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 98 | 109 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.57 |
| HSL | 188.05º | 0.6% | 0.27% | - |
| HSV(B) | 188.05º | 0.75% | 0.43% | - |
| XYZ | 7.58 | 10.07 | 16.01 | - |
| YUV | 78.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 109 | 0.75 | 0.10 | 0 | 0.57 | 188.05 | 0.6 | 0.27 |
| Hex | 1B | 62 | 6D | 4B | A | 0 | 39 | BC | 3C | 1B |
| Octal | 33 | 142 | 155 | 113 | 12 | 0 | 71 | 274 | 74 | 33 |
| Binary | 11011 | 1100010 | 1101101 | 1001011 | 1010 | 0 | 111001 | 10111100 | 111100 | 11011 |
Color Harmonies of #1B626D
Complementary color
Monochromatic Colors of #1B626D
Black with #1B626D
Text Example
Text Example
White with #1B626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B626D; }
p { color: rgb(27,98,109); }
H1.HeaderClassName
{
color: #1B626D;
}
.AnyTagClassName
{
color: #1B626D;
}
</style>
background-color css
<style>
a { background-color: #1B626D; }
a { background-color: rgb(27,98,109); }
div.DivClassName
{
background-color: #1B626D;
}
.BgClassName
{
background-color: #1B626D;
}
</style>
border-color css
<style>
span { border-color: #1B626D; }
span { border-color: rgb(27,98,109); }
td.TdClassName
{
border-color: #1B626D;
}
.TagClassName
{
border-color: #1B626D;
}
</style>