Shades of Allports #1B6984
Tints of Allports #1B6984
RGB
CMYK
RGB Variations
Color information
#1B6984 (or 0x1B6984) is known color: Allports. HEX triplet: 1B, 69 and 84. RGB value is (27,105,132). Sum of RGB (Red+Green+Blue) = 27+105+132=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B6984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6984 is #E4967B. Grayscale: #545454. Windows color (decimal): -14980732 or 8677659. OLE color: 8677659.
HSL color Cylindrical-coordinate representation of color #1B6984: hue angle of 195.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6984 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 105 | 132 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.48 |
| HSL | 195.43º | 0.66% | 0.31% | - |
| HSV(B) | 195.43º | 0.8% | 0.52% | - |
| XYZ | 9.67 | 12 | 23.64 | - |
| YUV | 84.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 132 | 0.80 | 0.20 | 0 | 0.48 | 195.43 | 0.66 | 0.31 |
| Hex | 1B | 69 | 84 | 50 | 14 | 0 | 30 | C3 | 42 | 1F |
| Octal | 33 | 151 | 204 | 120 | 24 | 0 | 60 | 303 | 102 | 37 |
| Binary | 11011 | 1101001 | 10000100 | 1010000 | 10100 | 0 | 110000 | 11000011 | 1000010 | 11111 |
Color Harmonies of #1B6984
Complementary color
Monochromatic Colors of #1B6984
Black with #1B6984
Text Example
Text Example
White with #1B6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6984; }
p { color: rgb(27,105,132); }
H1.HeaderClassName
{
color: #1B6984;
}
.AnyTagClassName
{
color: #1B6984;
}
</style>
background-color css
<style>
a { background-color: #1B6984; }
a { background-color: rgb(27,105,132); }
div.DivClassName
{
background-color: #1B6984;
}
.BgClassName
{
background-color: #1B6984;
}
</style>
border-color css
<style>
span { border-color: #1B6984; }
span { border-color: rgb(27,105,132); }
td.TdClassName
{
border-color: #1B6984;
}
.TagClassName
{
border-color: #1B6984;
}
</style>