Shades of Allports #1E6C7C
Tints of Allports #1E6C7C
RGB
CMYK
RGB Variations
Color information
#1E6C7C (or 0x1E6C7C) is known color: Allports. HEX triplet: 1E, 6C and 7C. RGB value is (30,108,124). Sum of RGB (Red+Green+Blue) = 30+108+124=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E6C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C7C is #E19383. Grayscale: #565656. Windows color (decimal): -14783364 or 8154142. OLE color: 8154142.
HSL color Cylindrical-coordinate representation of color #1E6C7C: hue angle of 190.21º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E6C7C is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 108 | 124 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.51 |
| HSL | 190.21º | 0.61% | 0.3% | - |
| HSV(B) | 190.21º | 0.76% | 0.49% | - |
| XYZ | 9.54 | 12.46 | 20.97 | - |
| YUV | 86.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 124 | 0.76 | 0.13 | 0 | 0.51 | 190.21 | 0.61 | 0.3 |
| Hex | 1E | 6C | 7C | 4C | D | 0 | 33 | BE | 3D | 1E |
| Octal | 36 | 154 | 174 | 114 | 15 | 0 | 63 | 276 | 75 | 36 |
| Binary | 11110 | 1101100 | 1111100 | 1001100 | 1101 | 0 | 110011 | 10111110 | 111101 | 11110 |
Color Harmonies of #1E6C7C
Complementary color
Monochromatic Colors of #1E6C7C
Black with #1E6C7C
Text Example
Text Example
White with #1E6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6C7C; }
p { color: rgb(30,108,124); }
H1.HeaderClassName
{
color: #1E6C7C;
}
.AnyTagClassName
{
color: #1E6C7C;
}
</style>
background-color css
<style>
a { background-color: #1E6C7C; }
a { background-color: rgb(30,108,124); }
div.DivClassName
{
background-color: #1E6C7C;
}
.BgClassName
{
background-color: #1E6C7C;
}
</style>
border-color css
<style>
span { border-color: #1E6C7C; }
span { border-color: rgb(30,108,124); }
td.TdClassName
{
border-color: #1E6C7C;
}
.TagClassName
{
border-color: #1E6C7C;
}
</style>