Shades of Allports #1E6276
Tints of Allports #1E6276
RGB
CMYK
RGB Variations
Color information
#1E6276 (or 0x1E6276) is known color: Allports. HEX triplet: 1E, 62 and 76. RGB value is (30,98,118). Sum of RGB (Red+Green+Blue) = 30+98+118=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E6276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6276 is #E19D89. Grayscale: #4F4F4F. Windows color (decimal): -14785930 or 7758366. OLE color: 7758366.
HSL color Cylindrical-coordinate representation of color #1E6276: hue angle of 193.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6276 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 98 | 118 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.54 |
| HSL | 193.64º | 0.59% | 0.29% | - |
| HSV(B) | 193.64º | 0.75% | 0.46% | - |
| XYZ | 8.17 | 10.32 | 18.7 | - |
| YUV | 79.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 118 | 0.75 | 0.17 | 0 | 0.54 | 193.64 | 0.59 | 0.29 |
| Hex | 1E | 62 | 76 | 4B | 11 | 0 | 36 | C2 | 3B | 1D |
| Octal | 36 | 142 | 166 | 113 | 21 | 0 | 66 | 302 | 73 | 35 |
| Binary | 11110 | 1100010 | 1110110 | 1001011 | 10001 | 0 | 110110 | 11000010 | 111011 | 11101 |
Color Harmonies of #1E6276
Complementary color
Monochromatic Colors of #1E6276
Black with #1E6276
Text Example
Text Example
White with #1E6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6276; }
p { color: rgb(30,98,118); }
H1.HeaderClassName
{
color: #1E6276;
}
.AnyTagClassName
{
color: #1E6276;
}
</style>
background-color css
<style>
a { background-color: #1E6276; }
a { background-color: rgb(30,98,118); }
div.DivClassName
{
background-color: #1E6276;
}
.BgClassName
{
background-color: #1E6276;
}
</style>
border-color css
<style>
span { border-color: #1E6276; }
span { border-color: rgb(30,98,118); }
td.TdClassName
{
border-color: #1E6276;
}
.TagClassName
{
border-color: #1E6276;
}
</style>