Shades of Allports #1E6971
Tints of Allports #1E6971
RGB
CMYK
RGB Variations
Color information
#1E6971 (or 0x1E6971) is known color: Allports. HEX triplet: 1E, 69 and 71. RGB value is (30,105,113). Sum of RGB (Red+Green+Blue) = 30+105+113=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E6971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6971 is #E1968E. Grayscale: #535353. Windows color (decimal): -14784143 or 7432478. OLE color: 7432478.
HSL color Cylindrical-coordinate representation of color #1E6971: hue angle of 185.78º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6971 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 105 | 113 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.56 |
| HSL | 185.78º | 0.58% | 0.28% | - |
| HSV(B) | 185.78º | 0.73% | 0.44% | - |
| XYZ | 8.57 | 11.57 | 17.4 | - |
| YUV | 83.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 113 | 0.73 | 0.07 | 0 | 0.56 | 185.78 | 0.58 | 0.28 |
| Hex | 1E | 69 | 71 | 49 | 7 | 0 | 38 | BA | 3A | 1C |
| Octal | 36 | 151 | 161 | 111 | 7 | 0 | 70 | 272 | 72 | 34 |
| Binary | 11110 | 1101001 | 1110001 | 1001001 | 111 | 0 | 111000 | 10111010 | 111010 | 11100 |
Color Harmonies of #1E6971
Complementary color
Monochromatic Colors of #1E6971
Black with #1E6971
Text Example
Text Example
White with #1E6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6971; }
p { color: rgb(30,105,113); }
H1.HeaderClassName
{
color: #1E6971;
}
.AnyTagClassName
{
color: #1E6971;
}
</style>
background-color css
<style>
a { background-color: #1E6971; }
a { background-color: rgb(30,105,113); }
div.DivClassName
{
background-color: #1E6971;
}
.BgClassName
{
background-color: #1E6971;
}
</style>
border-color css
<style>
span { border-color: #1E6971; }
span { border-color: rgb(30,105,113); }
td.TdClassName
{
border-color: #1E6971;
}
.TagClassName
{
border-color: #1E6971;
}
</style>