Shades of Allports #1E6470
Tints of Allports #1E6470
RGB
CMYK
RGB Variations
Color information
#1E6470 (or 0x1E6470) is known color: Allports. HEX triplet: 1E, 64 and 70. RGB value is (30,100,112). Sum of RGB (Red+Green+Blue) = 30+100+112=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E6470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6470 is #E19B8F. Grayscale: #505050. Windows color (decimal): -14785424 or 7365662. OLE color: 7365662.
HSL color Cylindrical-coordinate representation of color #1E6470: hue angle of 188.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 #1E6470 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 100 | 112 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.56 |
| HSL | 188.78º | 0.58% | 0.28% | - |
| HSV(B) | 188.78º | 0.73% | 0.44% | - |
| XYZ | 8.02 | 10.56 | 16.95 | - |
| YUV | 80.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 112 | 0.73 | 0.11 | 0 | 0.56 | 188.78 | 0.58 | 0.28 |
| Hex | 1E | 64 | 70 | 49 | B | 0 | 38 | BD | 3A | 1C |
| Octal | 36 | 144 | 160 | 111 | 13 | 0 | 70 | 275 | 72 | 34 |
| Binary | 11110 | 1100100 | 1110000 | 1001001 | 1011 | 0 | 111000 | 10111101 | 111010 | 11100 |
Color Harmonies of #1E6470
Complementary color
Monochromatic Colors of #1E6470
Black with #1E6470
Text Example
Text Example
White with #1E6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6470; }
p { color: rgb(30,100,112); }
H1.HeaderClassName
{
color: #1E6470;
}
.AnyTagClassName
{
color: #1E6470;
}
</style>
background-color css
<style>
a { background-color: #1E6470; }
a { background-color: rgb(30,100,112); }
div.DivClassName
{
background-color: #1E6470;
}
.BgClassName
{
background-color: #1E6470;
}
</style>
border-color css
<style>
span { border-color: #1E6470; }
span { border-color: rgb(30,100,112); }
td.TdClassName
{
border-color: #1E6470;
}
.TagClassName
{
border-color: #1E6470;
}
</style>