Shades of Allports #1E6881
Tints of Allports #1E6881
RGB
CMYK
RGB Variations
Color information
#1E6881 (or 0x1E6881) is known color: Allports. HEX triplet: 1E, 68 and 81. RGB value is (30,104,129). Sum of RGB (Red+Green+Blue) = 30+104+129=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E6881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6881 is #E1977E. Grayscale: #545454. Windows color (decimal): -14784383 or 8480798. OLE color: 8480798.
HSL color Cylindrical-coordinate representation of color #1E6881: hue angle of 195.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6881 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 104 | 129 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.49 |
| HSL | 195.15º | 0.62% | 0.31% | - |
| HSV(B) | 195.15º | 0.77% | 0.51% | - |
| XYZ | 9.45 | 11.76 | 22.54 | - |
| YUV | 84.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 129 | 0.77 | 0.19 | 0 | 0.49 | 195.15 | 0.62 | 0.31 |
| Hex | 1E | 68 | 81 | 4D | 13 | 0 | 31 | C3 | 3E | 1F |
| Octal | 36 | 150 | 201 | 115 | 23 | 0 | 61 | 303 | 76 | 37 |
| Binary | 11110 | 1101000 | 10000001 | 1001101 | 10011 | 0 | 110001 | 11000011 | 111110 | 11111 |
Color Harmonies of #1E6881
Complementary color
Monochromatic Colors of #1E6881
Black with #1E6881
Text Example
Text Example
White with #1E6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6881; }
p { color: rgb(30,104,129); }
H1.HeaderClassName
{
color: #1E6881;
}
.AnyTagClassName
{
color: #1E6881;
}
</style>
background-color css
<style>
a { background-color: #1E6881; }
a { background-color: rgb(30,104,129); }
div.DivClassName
{
background-color: #1E6881;
}
.BgClassName
{
background-color: #1E6881;
}
</style>
border-color css
<style>
span { border-color: #1E6881; }
span { border-color: rgb(30,104,129); }
td.TdClassName
{
border-color: #1E6881;
}
.TagClassName
{
border-color: #1E6881;
}
</style>