Shades of Allports #1E748F
Tints of Allports #1E748F
RGB
CMYK
RGB Variations
Color information
#1E748F (or 0x1E748F) is known color: Allports. HEX triplet: 1E, 74 and 8F. RGB value is (30,116,143). Sum of RGB (Red+Green+Blue) = 30+116+143=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E748F is #E18B70. Grayscale: #5D5D5D. Windows color (decimal): -14781297 or 9401374. OLE color: 9401374.
HSL color Cylindrical-coordinate representation of color #1E748F: hue angle of 194.34º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E748F is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 116 | 143 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.44 |
| HSL | 194.34º | 0.65% | 0.34% | - |
| HSV(B) | 194.34º | 0.79% | 0.56% | - |
| XYZ | 11.74 | 14.75 | 28.21 | - |
| YUV | 93.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 143 | 0.79 | 0.19 | 0 | 0.44 | 194.34 | 0.65 | 0.34 |
| Hex | 1E | 74 | 8F | 4F | 13 | 0 | 2C | C2 | 41 | 22 |
| Octal | 36 | 164 | 217 | 117 | 23 | 0 | 54 | 302 | 101 | 42 |
| Binary | 11110 | 1110100 | 10001111 | 1001111 | 10011 | 0 | 101100 | 11000010 | 1000001 | 100010 |
Color Harmonies of #1E748F
Complementary color
Monochromatic Colors of #1E748F
Black with #1E748F
Text Example
Text Example
White with #1E748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E748F; }
p { color: rgb(30,116,143); }
H1.HeaderClassName
{
color: #1E748F;
}
.AnyTagClassName
{
color: #1E748F;
}
</style>
background-color css
<style>
a { background-color: #1E748F; }
a { background-color: rgb(30,116,143); }
div.DivClassName
{
background-color: #1E748F;
}
.BgClassName
{
background-color: #1E748F;
}
</style>
border-color css
<style>
span { border-color: #1E748F; }
span { border-color: rgb(30,116,143); }
td.TdClassName
{
border-color: #1E748F;
}
.TagClassName
{
border-color: #1E748F;
}
</style>