Shades of Allports #1B7494
Tints of Allports #1B7494
RGB
CMYK
RGB Variations
Color information
#1B7494 (or 0x1B7494) is known color: Allports. HEX triplet: 1B, 74 and 94. RGB value is (27,116,148). Sum of RGB (Red+Green+Blue) = 27+116+148=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7494 is #E48B6B. Grayscale: #5C5C5C. Windows color (decimal): -14977900 or 9729051. OLE color: 9729051.
HSL color Cylindrical-coordinate representation of color #1B7494: hue angle of 195.87º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7494 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 116 | 148 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.42 |
| HSL | 195.87º | 0.69% | 0.34% | - |
| HSV(B) | 195.87º | 0.82% | 0.58% | - |
| XYZ | 12.04 | 14.86 | 30.25 | - |
| YUV | 93.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 148 | 0.82 | 0.22 | 0 | 0.42 | 195.87 | 0.69 | 0.34 |
| Hex | 1B | 74 | 94 | 52 | 16 | 0 | 2A | C4 | 45 | 22 |
| Octal | 33 | 164 | 224 | 122 | 26 | 0 | 52 | 304 | 105 | 42 |
| Binary | 11011 | 1110100 | 10010100 | 1010010 | 10110 | 0 | 101010 | 11000100 | 1000101 | 100010 |
Color Harmonies of #1B7494
Complementary color
Monochromatic Colors of #1B7494
Black with #1B7494
Text Example
Text Example
White with #1B7494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7494; }
p { color: rgb(27,116,148); }
H1.HeaderClassName
{
color: #1B7494;
}
.AnyTagClassName
{
color: #1B7494;
}
</style>
background-color css
<style>
a { background-color: #1B7494; }
a { background-color: rgb(27,116,148); }
div.DivClassName
{
background-color: #1B7494;
}
.BgClassName
{
background-color: #1B7494;
}
</style>
border-color css
<style>
span { border-color: #1B7494; }
span { border-color: rgb(27,116,148); }
td.TdClassName
{
border-color: #1B7494;
}
.TagClassName
{
border-color: #1B7494;
}
</style>