Shades of Allports #1B6982
Tints of Allports #1B6982
RGB
CMYK
RGB Variations
Color information
#1B6982 (or 0x1B6982) is known color: Allports. HEX triplet: 1B, 69 and 82. RGB value is (27,105,130). Sum of RGB (Red+Green+Blue) = 27+105+130=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6982 is #E4967D. Grayscale: #545454. Windows color (decimal): -14980734 or 8546587. OLE color: 8546587.
HSL color Cylindrical-coordinate representation of color #1B6982: hue angle of 194.56º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B6982 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 105 | 130 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.49 |
| HSL | 194.56º | 0.66% | 0.31% | - |
| HSV(B) | 194.56º | 0.79% | 0.51% | - |
| XYZ | 9.53 | 11.95 | 22.92 | - |
| YUV | 84.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 130 | 0.79 | 0.19 | 0 | 0.49 | 194.56 | 0.66 | 0.31 |
| Hex | 1B | 69 | 82 | 4F | 13 | 0 | 31 | C3 | 42 | 1F |
| Octal | 33 | 151 | 202 | 117 | 23 | 0 | 61 | 303 | 102 | 37 |
| Binary | 11011 | 1101001 | 10000010 | 1001111 | 10011 | 0 | 110001 | 11000011 | 1000010 | 11111 |
Color Harmonies of #1B6982
Complementary color
Monochromatic Colors of #1B6982
Black with #1B6982
Text Example
Text Example
White with #1B6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6982; }
p { color: rgb(27,105,130); }
H1.HeaderClassName
{
color: #1B6982;
}
.AnyTagClassName
{
color: #1B6982;
}
</style>
background-color css
<style>
a { background-color: #1B6982; }
a { background-color: rgb(27,105,130); }
div.DivClassName
{
background-color: #1B6982;
}
.BgClassName
{
background-color: #1B6982;
}
</style>
border-color css
<style>
span { border-color: #1B6982; }
span { border-color: rgb(27,105,130); }
td.TdClassName
{
border-color: #1B6982;
}
.TagClassName
{
border-color: #1B6982;
}
</style>