Shades of Allports #1E6370
Tints of Allports #1E6370
RGB
CMYK
RGB Variations
Color information
#1E6370 (or 0x1E6370) is known color: Allports. HEX triplet: 1E, 63 and 70. RGB value is (30,99,112). Sum of RGB (Red+Green+Blue) = 30+99+112=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6370 is #E19C8F. Grayscale: #4F4F4F. Windows color (decimal): -14785680 or 7365406. OLE color: 7365406.
HSL color Cylindrical-coordinate representation of color #1E6370: hue angle of 189.51º 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 #1E6370 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 99 | 112 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.56 |
| HSL | 189.51º | 0.58% | 0.28% | - |
| HSV(B) | 189.51º | 0.73% | 0.44% | - |
| XYZ | 7.92 | 10.37 | 16.91 | - |
| YUV | 79.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 112 | 0.73 | 0.12 | 0 | 0.56 | 189.51 | 0.58 | 0.28 |
| Hex | 1E | 63 | 70 | 49 | C | 0 | 38 | BE | 3A | 1C |
| Octal | 36 | 143 | 160 | 111 | 14 | 0 | 70 | 276 | 72 | 34 |
| Binary | 11110 | 1100011 | 1110000 | 1001001 | 1100 | 0 | 111000 | 10111110 | 111010 | 11100 |
Color Harmonies of #1E6370
Complementary color
Monochromatic Colors of #1E6370
Black with #1E6370
Text Example
Text Example
White with #1E6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6370; }
p { color: rgb(30,99,112); }
H1.HeaderClassName
{
color: #1E6370;
}
.AnyTagClassName
{
color: #1E6370;
}
</style>
background-color css
<style>
a { background-color: #1E6370; }
a { background-color: rgb(30,99,112); }
div.DivClassName
{
background-color: #1E6370;
}
.BgClassName
{
background-color: #1E6370;
}
</style>
border-color css
<style>
span { border-color: #1E6370; }
span { border-color: rgb(30,99,112); }
td.TdClassName
{
border-color: #1E6370;
}
.TagClassName
{
border-color: #1E6370;
}
</style>