Shades of Allports #1E6176
Tints of Allports #1E6176
RGB
CMYK
RGB Variations
Color information
#1E6176 (or 0x1E6176) is known color: Allports. HEX triplet: 1E, 61 and 76. RGB value is (30,97,118). Sum of RGB (Red+Green+Blue) = 30+97+118=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6176 is #E19E89. Grayscale: #4F4F4F. Windows color (decimal): -14786186 or 7758110. OLE color: 7758110.
HSL color Cylindrical-coordinate representation of color #1E6176: hue angle of 194.32º 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 #1E6176 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 97 | 118 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.54 |
| HSL | 194.32º | 0.59% | 0.29% | - |
| HSV(B) | 194.32º | 0.75% | 0.46% | - |
| XYZ | 8.08 | 10.13 | 18.67 | - |
| YUV | 79.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 118 | 0.75 | 0.18 | 0 | 0.54 | 194.32 | 0.59 | 0.29 |
| Hex | 1E | 61 | 76 | 4B | 12 | 0 | 36 | C2 | 3B | 1D |
| Octal | 36 | 141 | 166 | 113 | 22 | 0 | 66 | 302 | 73 | 35 |
| Binary | 11110 | 1100001 | 1110110 | 1001011 | 10010 | 0 | 110110 | 11000010 | 111011 | 11101 |
Color Harmonies of #1E6176
Complementary color
Monochromatic Colors of #1E6176
Black with #1E6176
Text Example
Text Example
White with #1E6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6176; }
p { color: rgb(30,97,118); }
H1.HeaderClassName
{
color: #1E6176;
}
.AnyTagClassName
{
color: #1E6176;
}
</style>
background-color css
<style>
a { background-color: #1E6176; }
a { background-color: rgb(30,97,118); }
div.DivClassName
{
background-color: #1E6176;
}
.BgClassName
{
background-color: #1E6176;
}
</style>
border-color css
<style>
span { border-color: #1E6176; }
span { border-color: rgb(30,97,118); }
td.TdClassName
{
border-color: #1E6176;
}
.TagClassName
{
border-color: #1E6176;
}
</style>