Shades of Allports #1B6384
Tints of Allports #1B6384
RGB
CMYK
RGB Variations
Color information
#1B6384 (or 0x1B6384) is known color: Allports. HEX triplet: 1B, 63 and 84. RGB value is (27,99,132). Sum of RGB (Red+Green+Blue) = 27+99+132=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B6384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6384 is #E49C7B. Grayscale: #515151. Windows color (decimal): -14982268 or 8676123. OLE color: 8676123.
HSL color Cylindrical-coordinate representation of color #1B6384: hue angle of 198.86º 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 #1B6384 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 99 | 132 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.48 |
| HSL | 198.86º | 0.66% | 0.31% | - |
| HSV(B) | 198.86º | 0.8% | 0.52% | - |
| XYZ | 9.08 | 10.82 | 23.44 | - |
| YUV | 81.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 132 | 0.80 | 0.25 | 0 | 0.48 | 198.86 | 0.66 | 0.31 |
| Hex | 1B | 63 | 84 | 50 | 19 | 0 | 30 | C7 | 42 | 1F |
| Octal | 33 | 143 | 204 | 120 | 31 | 0 | 60 | 307 | 102 | 37 |
| Binary | 11011 | 1100011 | 10000100 | 1010000 | 11001 | 0 | 110000 | 11000111 | 1000010 | 11111 |
Color Harmonies of #1B6384
Complementary color
Monochromatic Colors of #1B6384
Black with #1B6384
Text Example
Text Example
White with #1B6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6384; }
p { color: rgb(27,99,132); }
H1.HeaderClassName
{
color: #1B6384;
}
.AnyTagClassName
{
color: #1B6384;
}
</style>
background-color css
<style>
a { background-color: #1B6384; }
a { background-color: rgb(27,99,132); }
div.DivClassName
{
background-color: #1B6384;
}
.BgClassName
{
background-color: #1B6384;
}
</style>
border-color css
<style>
span { border-color: #1B6384; }
span { border-color: rgb(27,99,132); }
td.TdClassName
{
border-color: #1B6384;
}
.TagClassName
{
border-color: #1B6384;
}
</style>