Shades of Allports #1B7585
Tints of Allports #1B7585
RGB
CMYK
RGB Variations
Color information
#1B7585 (or 0x1B7585) is known color: Allports. HEX triplet: 1B, 75 and 85. RGB value is (27,117,133). Sum of RGB (Red+Green+Blue) = 27+117+133=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B7585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7585 is #E48A7A. Grayscale: #5B5B5B. Windows color (decimal): -14977659 or 8746267. OLE color: 8746267.
HSL color Cylindrical-coordinate representation of color #1B7585: hue angle of 189.06º 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 #1B7585 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 117 | 133 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.48 |
| HSL | 189.06º | 0.66% | 0.31% | - |
| HSV(B) | 189.06º | 0.8% | 0.52% | - |
| XYZ | 11.05 | 14.65 | 24.44 | - |
| YUV | 91.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 133 | 0.80 | 0.12 | 0 | 0.48 | 189.06 | 0.66 | 0.31 |
| Hex | 1B | 75 | 85 | 50 | C | 0 | 30 | BD | 42 | 1F |
| Octal | 33 | 165 | 205 | 120 | 14 | 0 | 60 | 275 | 102 | 37 |
| Binary | 11011 | 1110101 | 10000101 | 1010000 | 1100 | 0 | 110000 | 10111101 | 1000010 | 11111 |
Color Harmonies of #1B7585
Complementary color
Monochromatic Colors of #1B7585
Black with #1B7585
Text Example
Text Example
White with #1B7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7585; }
p { color: rgb(27,117,133); }
H1.HeaderClassName
{
color: #1B7585;
}
.AnyTagClassName
{
color: #1B7585;
}
</style>
background-color css
<style>
a { background-color: #1B7585; }
a { background-color: rgb(27,117,133); }
div.DivClassName
{
background-color: #1B7585;
}
.BgClassName
{
background-color: #1B7585;
}
</style>
border-color css
<style>
span { border-color: #1B7585; }
span { border-color: rgb(27,117,133); }
td.TdClassName
{
border-color: #1B7585;
}
.TagClassName
{
border-color: #1B7585;
}
</style>