Shades of Allports #1B7581
Tints of Allports #1B7581
RGB
CMYK
RGB Variations
Color information
#1B7581 (or 0x1B7581) is known color: Allports. HEX triplet: 1B, 75 and 81. RGB value is (27,117,129). Sum of RGB (Red+Green+Blue) = 27+117+129=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B7581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7581 is #E48A7E. Grayscale: #5B5B5B. Windows color (decimal): -14977663 or 8484123. OLE color: 8484123.
HSL color Cylindrical-coordinate representation of color #1B7581: hue angle of 187.06º degrees, saturation: 0.65, 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 #1B7581 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 117 | 129 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.49 |
| HSL | 187.06º | 0.65% | 0.31% | - |
| HSV(B) | 187.06º | 0.79% | 0.51% | - |
| XYZ | 10.78 | 14.54 | 23.01 | - |
| YUV | 91.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 129 | 0.79 | 0.09 | 0 | 0.49 | 187.06 | 0.65 | 0.31 |
| Hex | 1B | 75 | 81 | 4F | 9 | 0 | 31 | BB | 41 | 1F |
| Octal | 33 | 165 | 201 | 117 | 11 | 0 | 61 | 273 | 101 | 37 |
| Binary | 11011 | 1110101 | 10000001 | 1001111 | 1001 | 0 | 110001 | 10111011 | 1000001 | 11111 |
Color Harmonies of #1B7581
Complementary color
Monochromatic Colors of #1B7581
Black with #1B7581
Text Example
Text Example
White with #1B7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7581; }
p { color: rgb(27,117,129); }
H1.HeaderClassName
{
color: #1B7581;
}
.AnyTagClassName
{
color: #1B7581;
}
</style>
background-color css
<style>
a { background-color: #1B7581; }
a { background-color: rgb(27,117,129); }
div.DivClassName
{
background-color: #1B7581;
}
.BgClassName
{
background-color: #1B7581;
}
</style>
border-color css
<style>
span { border-color: #1B7581; }
span { border-color: rgb(27,117,129); }
td.TdClassName
{
border-color: #1B7581;
}
.TagClassName
{
border-color: #1B7581;
}
</style>