Shades of Allports #1B7092
Tints of Allports #1B7092
RGB
CMYK
RGB Variations
Color information
#1B7092 (or 0x1B7092) is known color: Allports. HEX triplet: 1B, 70 and 92. RGB value is (27,112,146). Sum of RGB (Red+Green+Blue) = 27+112+146=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7092 is #E48F6D. Grayscale: #5A5A5A. Windows color (decimal): -14978926 or 9596955. OLE color: 9596955.
HSL color Cylindrical-coordinate representation of color #1B7092: hue angle of 197.14º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7092 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 112 | 146 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.43 |
| HSL | 197.14º | 0.69% | 0.34% | - |
| HSV(B) | 197.14º | 0.82% | 0.57% | - |
| XYZ | 11.43 | 13.9 | 29.27 | - |
| YUV | 90.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 146 | 0.82 | 0.23 | 0 | 0.43 | 197.14 | 0.69 | 0.34 |
| Hex | 1B | 70 | 92 | 52 | 17 | 0 | 2B | C5 | 45 | 22 |
| Octal | 33 | 160 | 222 | 122 | 27 | 0 | 53 | 305 | 105 | 42 |
| Binary | 11011 | 1110000 | 10010010 | 1010010 | 10111 | 0 | 101011 | 11000101 | 1000101 | 100010 |
Color Harmonies of #1B7092
Complementary color
Monochromatic Colors of #1B7092
Black with #1B7092
Text Example
Text Example
White with #1B7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7092; }
p { color: rgb(27,112,146); }
H1.HeaderClassName
{
color: #1B7092;
}
.AnyTagClassName
{
color: #1B7092;
}
</style>
background-color css
<style>
a { background-color: #1B7092; }
a { background-color: rgb(27,112,146); }
div.DivClassName
{
background-color: #1B7092;
}
.BgClassName
{
background-color: #1B7092;
}
</style>
border-color css
<style>
span { border-color: #1B7092; }
span { border-color: rgb(27,112,146); }
td.TdClassName
{
border-color: #1B7092;
}
.TagClassName
{
border-color: #1B7092;
}
</style>