Shades of Pelorous #1E87AB
Tints of Pelorous #1E87AB
RGB
CMYK
RGB Variations
Color information
#1E87AB (or 0x1E87AB) is known color: Pelorous. HEX triplet: 1E, 87 and AB. RGB value is (30,135,171). Sum of RGB (Red+Green+Blue) = 30+135+171=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E87AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E87AB is #E17854. Grayscale: #6B6B6B. Windows color (decimal): -14776405 or 11241246. OLE color: 11241246.
HSL color Cylindrical-coordinate representation of color #1E87AB: hue angle of 195.32º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E87AB is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 135 | 171 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.33 |
| HSL | 195.32º | 0.7% | 0.39% | - |
| HSV(B) | 195.32º | 0.82% | 0.67% | - |
| XYZ | 16.55 | 20.54 | 41.62 | - |
| YUV | 107.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 171 | 0.82 | 0.21 | 0 | 0.33 | 195.32 | 0.7 | 0.39 |
| Hex | 1E | 87 | AB | 52 | 15 | 0 | 21 | C3 | 46 | 27 |
| Octal | 36 | 207 | 253 | 122 | 25 | 0 | 41 | 303 | 106 | 47 |
| Binary | 11110 | 10000111 | 10101011 | 1010010 | 10101 | 0 | 100001 | 11000011 | 1000110 | 100111 |
Color Harmonies of #1E87AB
Complementary color
Monochromatic Colors of #1E87AB
Black with #1E87AB
Text Example
Text Example
White with #1E87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E87AB; }
p { color: rgb(30,135,171); }
H1.HeaderClassName
{
color: #1E87AB;
}
.AnyTagClassName
{
color: #1E87AB;
}
</style>
background-color css
<style>
a { background-color: #1E87AB; }
a { background-color: rgb(30,135,171); }
div.DivClassName
{
background-color: #1E87AB;
}
.BgClassName
{
background-color: #1E87AB;
}
</style>
border-color css
<style>
span { border-color: #1E87AB; }
span { border-color: rgb(30,135,171); }
td.TdClassName
{
border-color: #1E87AB;
}
.TagClassName
{
border-color: #1E87AB;
}
</style>