Shades of Allports #1E6D88
Tints of Allports #1E6D88
RGB
CMYK
RGB Variations
Color information
#1E6D88 (or 0x1E6D88) is known color: Allports. HEX triplet: 1E, 6D and 88. RGB value is (30,109,136). Sum of RGB (Red+Green+Blue) = 30+109+136=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E6D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6D88 is #E19277. Grayscale: #585858. Windows color (decimal): -14783096 or 8940830. OLE color: 8940830.
HSL color Cylindrical-coordinate representation of color #1E6D88: hue angle of 195.28º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6D88 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 109 | 136 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.47 |
| HSL | 195.28º | 0.64% | 0.33% | - |
| HSV(B) | 195.28º | 0.78% | 0.53% | - |
| XYZ | 10.45 | 12.99 | 25.25 | - |
| YUV | 88.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 136 | 0.78 | 0.20 | 0 | 0.47 | 195.28 | 0.64 | 0.33 |
| Hex | 1E | 6D | 88 | 4E | 14 | 0 | 2F | C3 | 40 | 21 |
| Octal | 36 | 155 | 210 | 116 | 24 | 0 | 57 | 303 | 100 | 41 |
| Binary | 11110 | 1101101 | 10001000 | 1001110 | 10100 | 0 | 101111 | 11000011 | 1000000 | 100001 |
Color Harmonies of #1E6D88
Complementary color
Monochromatic Colors of #1E6D88
Black with #1E6D88
Text Example
Text Example
White with #1E6D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D88; }
p { color: rgb(30,109,136); }
H1.HeaderClassName
{
color: #1E6D88;
}
.AnyTagClassName
{
color: #1E6D88;
}
</style>
background-color css
<style>
a { background-color: #1E6D88; }
a { background-color: rgb(30,109,136); }
div.DivClassName
{
background-color: #1E6D88;
}
.BgClassName
{
background-color: #1E6D88;
}
</style>
border-color css
<style>
span { border-color: #1E6D88; }
span { border-color: rgb(30,109,136); }
td.TdClassName
{
border-color: #1E6D88;
}
.TagClassName
{
border-color: #1E6D88;
}
</style>