Shades of Allports #1E6674
Tints of Allports #1E6674
RGB
CMYK
RGB Variations
Color information
#1E6674 (or 0x1E6674) is known color: Allports. HEX triplet: 1E, 66 and 74. RGB value is (30,102,116). Sum of RGB (Red+Green+Blue) = 30+102+116=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E6674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6674 is #E1998B. Grayscale: #515151. Windows color (decimal): -14784908 or 7628318. OLE color: 7628318.
HSL color Cylindrical-coordinate representation of color #1E6674: hue angle of 189.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6674 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 102 | 116 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.55 |
| HSL | 189.77º | 0.59% | 0.29% | - |
| HSV(B) | 189.77º | 0.74% | 0.45% | - |
| XYZ | 8.44 | 11.04 | 18.21 | - |
| YUV | 82.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 116 | 0.74 | 0.12 | 0 | 0.55 | 189.77 | 0.59 | 0.29 |
| Hex | 1E | 66 | 74 | 4A | C | 0 | 37 | BE | 3B | 1D |
| Octal | 36 | 146 | 164 | 112 | 14 | 0 | 67 | 276 | 73 | 35 |
| Binary | 11110 | 1100110 | 1110100 | 1001010 | 1100 | 0 | 110111 | 10111110 | 111011 | 11101 |
Color Harmonies of #1E6674
Complementary color
Monochromatic Colors of #1E6674
Black with #1E6674
Text Example
Text Example
White with #1E6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6674; }
p { color: rgb(30,102,116); }
H1.HeaderClassName
{
color: #1E6674;
}
.AnyTagClassName
{
color: #1E6674;
}
</style>
background-color css
<style>
a { background-color: #1E6674; }
a { background-color: rgb(30,102,116); }
div.DivClassName
{
background-color: #1E6674;
}
.BgClassName
{
background-color: #1E6674;
}
</style>
border-color css
<style>
span { border-color: #1E6674; }
span { border-color: rgb(30,102,116); }
td.TdClassName
{
border-color: #1E6674;
}
.TagClassName
{
border-color: #1E6674;
}
</style>