Shades of Allports #1E6982
Tints of Allports #1E6982
RGB
CMYK
RGB Variations
Color information
#1E6982 (or 0x1E6982) is known color: Allports. HEX triplet: 1E, 69 and 82. RGB value is (30,105,130). Sum of RGB (Red+Green+Blue) = 30+105+130=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6982 is #E1967D. Grayscale: #555555. Windows color (decimal): -14784126 or 8546590. OLE color: 8546590.
HSL color Cylindrical-coordinate representation of color #1E6982: hue angle of 195º 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 #1E6982 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 105 | 130 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.49 |
| HSL | 195º | 0.63% | 0.31% | - |
| HSV(B) | 195º | 0.77% | 0.51% | - |
| XYZ | 9.62 | 11.99 | 22.93 | - |
| YUV | 85.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 130 | 0.77 | 0.19 | 0 | 0.49 | 195 | 0.63 | 0.31 |
| Hex | 1E | 69 | 82 | 4D | 13 | 0 | 31 | C3 | 3E | 1F |
| Octal | 36 | 151 | 202 | 115 | 23 | 0 | 61 | 303 | 76 | 37 |
| Binary | 11110 | 1101001 | 10000010 | 1001101 | 10011 | 0 | 110001 | 11000011 | 111110 | 11111 |
Color Harmonies of #1E6982
Complementary color
Monochromatic Colors of #1E6982
Black with #1E6982
Text Example
Text Example
White with #1E6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6982; }
p { color: rgb(30,105,130); }
H1.HeaderClassName
{
color: #1E6982;
}
.AnyTagClassName
{
color: #1E6982;
}
</style>
background-color css
<style>
a { background-color: #1E6982; }
a { background-color: rgb(30,105,130); }
div.DivClassName
{
background-color: #1E6982;
}
.BgClassName
{
background-color: #1E6982;
}
</style>
border-color css
<style>
span { border-color: #1E6982; }
span { border-color: rgb(30,105,130); }
td.TdClassName
{
border-color: #1E6982;
}
.TagClassName
{
border-color: #1E6982;
}
</style>