Shades of Allports #1E6678
Tints of Allports #1E6678
RGB
CMYK
RGB Variations
Color information
#1E6678 (or 0x1E6678) is known color: Allports. HEX triplet: 1E, 66 and 78. RGB value is (30,102,120). Sum of RGB (Red+Green+Blue) = 30+102+120=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6678 is #E19987. Grayscale: #525252. Windows color (decimal): -14784904 or 7890462. OLE color: 7890462.
HSL color Cylindrical-coordinate representation of color #1E6678: hue angle of 192º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6678 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 102 | 120 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.53 |
| HSL | 192º | 0.6% | 0.29% | - |
| HSV(B) | 192º | 0.75% | 0.47% | - |
| XYZ | 8.68 | 11.13 | 19.46 | - |
| YUV | 82.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 120 | 0.75 | 0.15 | 0 | 0.53 | 192 | 0.6 | 0.29 |
| Hex | 1E | 66 | 78 | 4B | F | 0 | 35 | C0 | 3C | 1D |
| Octal | 36 | 146 | 170 | 113 | 17 | 0 | 65 | 300 | 74 | 35 |
| Binary | 11110 | 1100110 | 1111000 | 1001011 | 1111 | 0 | 110101 | 11000000 | 111100 | 11101 |
Color Harmonies of #1E6678
Complementary color
Monochromatic Colors of #1E6678
Black with #1E6678
Text Example
Text Example
White with #1E6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6678; }
p { color: rgb(30,102,120); }
H1.HeaderClassName
{
color: #1E6678;
}
.AnyTagClassName
{
color: #1E6678;
}
</style>
background-color css
<style>
a { background-color: #1E6678; }
a { background-color: rgb(30,102,120); }
div.DivClassName
{
background-color: #1E6678;
}
.BgClassName
{
background-color: #1E6678;
}
</style>
border-color css
<style>
span { border-color: #1E6678; }
span { border-color: rgb(30,102,120); }
td.TdClassName
{
border-color: #1E6678;
}
.TagClassName
{
border-color: #1E6678;
}
</style>