Shades of Allports #1E6273
Tints of Allports #1E6273
RGB
CMYK
RGB Variations
Color information
#1E6273 (or 0x1E6273) is known color: Allports. HEX triplet: 1E, 62 and 73. RGB value is (30,98,115). Sum of RGB (Red+Green+Blue) = 30+98+115=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6273 is #E19D8C. Grayscale: #4F4F4F. Windows color (decimal): -14785933 or 7561758. OLE color: 7561758.
HSL color Cylindrical-coordinate representation of color #1E6273: hue angle of 192º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6273 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 98 | 115 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.55 |
| HSL | 192º | 0.59% | 0.28% | - |
| HSV(B) | 192º | 0.74% | 0.45% | - |
| XYZ | 8 | 10.25 | 17.78 | - |
| YUV | 79.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 115 | 0.74 | 0.15 | 0 | 0.55 | 192 | 0.59 | 0.28 |
| Hex | 1E | 62 | 73 | 4A | F | 0 | 37 | C0 | 3B | 1C |
| Octal | 36 | 142 | 163 | 112 | 17 | 0 | 67 | 300 | 73 | 34 |
| Binary | 11110 | 1100010 | 1110011 | 1001010 | 1111 | 0 | 110111 | 11000000 | 111011 | 11100 |
Color Harmonies of #1E6273
Complementary color
Monochromatic Colors of #1E6273
Black with #1E6273
Text Example
Text Example
White with #1E6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6273; }
p { color: rgb(30,98,115); }
H1.HeaderClassName
{
color: #1E6273;
}
.AnyTagClassName
{
color: #1E6273;
}
</style>
background-color css
<style>
a { background-color: #1E6273; }
a { background-color: rgb(30,98,115); }
div.DivClassName
{
background-color: #1E6273;
}
.BgClassName
{
background-color: #1E6273;
}
</style>
border-color css
<style>
span { border-color: #1E6273; }
span { border-color: rgb(30,98,115); }
td.TdClassName
{
border-color: #1E6273;
}
.TagClassName
{
border-color: #1E6273;
}
</style>