Shades of Allports #1E6872
Tints of Allports #1E6872
RGB
CMYK
RGB Variations
Color information
#1E6872 (or 0x1E6872) is known color: Allports. HEX triplet: 1E, 68 and 72. RGB value is (30,104,114). Sum of RGB (Red+Green+Blue) = 30+104+114=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E6872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6872 is #E1978D. Grayscale: #525252. Windows color (decimal): -14784398 or 7497758. OLE color: 7497758.
HSL color Cylindrical-coordinate representation of color #1E6872: hue angle of 187.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6872 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 104 | 114 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.55 |
| HSL | 187.14º | 0.58% | 0.28% | - |
| HSV(B) | 187.14º | 0.74% | 0.45% | - |
| XYZ | 8.52 | 11.39 | 17.67 | - |
| YUV | 83.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 114 | 0.74 | 0.09 | 0 | 0.55 | 187.14 | 0.58 | 0.28 |
| Hex | 1E | 68 | 72 | 4A | 9 | 0 | 37 | BB | 3A | 1C |
| Octal | 36 | 150 | 162 | 112 | 11 | 0 | 67 | 273 | 72 | 34 |
| Binary | 11110 | 1101000 | 1110010 | 1001010 | 1001 | 0 | 110111 | 10111011 | 111010 | 11100 |
Color Harmonies of #1E6872
Complementary color
Monochromatic Colors of #1E6872
Black with #1E6872
Text Example
Text Example
White with #1E6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6872; }
p { color: rgb(30,104,114); }
H1.HeaderClassName
{
color: #1E6872;
}
.AnyTagClassName
{
color: #1E6872;
}
</style>
background-color css
<style>
a { background-color: #1E6872; }
a { background-color: rgb(30,104,114); }
div.DivClassName
{
background-color: #1E6872;
}
.BgClassName
{
background-color: #1E6872;
}
</style>
border-color css
<style>
span { border-color: #1E6872; }
span { border-color: rgb(30,104,114); }
td.TdClassName
{
border-color: #1E6872;
}
.TagClassName
{
border-color: #1E6872;
}
</style>