Shades of Allports #1B7682
Tints of Allports #1B7682
RGB
CMYK
RGB Variations
Color information
#1B7682 (or 0x1B7682) is known color: Allports. HEX triplet: 1B, 76 and 82. RGB value is (27,118,130). Sum of RGB (Red+Green+Blue) = 27+118+130=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7682 is #E4897D. Grayscale: #5C5C5C. Windows color (decimal): -14977406 or 8549915. OLE color: 8549915.
HSL color Cylindrical-coordinate representation of color #1B7682: hue angle of 186.99º 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 #1B7682 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 118 | 130 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.49 |
| HSL | 186.99º | 0.66% | 0.31% | - |
| HSV(B) | 186.99º | 0.79% | 0.51% | - |
| XYZ | 10.96 | 14.8 | 23.4 | - |
| YUV | 92.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 130 | 0.79 | 0.09 | 0 | 0.49 | 186.99 | 0.66 | 0.31 |
| Hex | 1B | 76 | 82 | 4F | 9 | 0 | 31 | BB | 42 | 1F |
| Octal | 33 | 166 | 202 | 117 | 11 | 0 | 61 | 273 | 102 | 37 |
| Binary | 11011 | 1110110 | 10000010 | 1001111 | 1001 | 0 | 110001 | 10111011 | 1000010 | 11111 |
Color Harmonies of #1B7682
Complementary color
Monochromatic Colors of #1B7682
Black with #1B7682
Text Example
Text Example
White with #1B7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7682; }
p { color: rgb(27,118,130); }
H1.HeaderClassName
{
color: #1B7682;
}
.AnyTagClassName
{
color: #1B7682;
}
</style>
background-color css
<style>
a { background-color: #1B7682; }
a { background-color: rgb(27,118,130); }
div.DivClassName
{
background-color: #1B7682;
}
.BgClassName
{
background-color: #1B7682;
}
</style>
border-color css
<style>
span { border-color: #1B7682; }
span { border-color: rgb(27,118,130); }
td.TdClassName
{
border-color: #1B7682;
}
.TagClassName
{
border-color: #1B7682;
}
</style>