Shades of Pelorous #1E8AB9
Tints of Pelorous #1E8AB9
RGB
CMYK
RGB Variations
Color information
#1E8AB9 (or 0x1E8AB9) is known color: Pelorous. HEX triplet: 1E, 8A and B9. RGB value is (30,138,185). Sum of RGB (Red+Green+Blue) = 30+138+185=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E8AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8AB9 is #E17546. Grayscale: #6E6E6E. Windows color (decimal): -14775623 or 12159518. OLE color: 12159518.
HSL color Cylindrical-coordinate representation of color #1E8AB9: hue angle of 198.19º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8AB9 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 138 | 185 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.27 |
| HSL | 198.19º | 0.72% | 0.42% | - |
| HSV(B) | 198.19º | 0.84% | 0.73% | - |
| XYZ | 18.38 | 21.96 | 49.17 | - |
| YUV | 111.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 185 | 0.84 | 0.25 | 0 | 0.27 | 198.19 | 0.72 | 0.42 |
| Hex | 1E | 8A | B9 | 54 | 19 | 0 | 1B | C6 | 48 | 2A |
| Octal | 36 | 212 | 271 | 124 | 31 | 0 | 33 | 306 | 110 | 52 |
| Binary | 11110 | 10001010 | 10111001 | 1010100 | 11001 | 0 | 11011 | 11000110 | 1001000 | 101010 |
Color Harmonies of #1E8AB9
Complementary color
Monochromatic Colors of #1E8AB9
Black with #1E8AB9
Text Example
Text Example
White with #1E8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8AB9; }
p { color: rgb(30,138,185); }
H1.HeaderClassName
{
color: #1E8AB9;
}
.AnyTagClassName
{
color: #1E8AB9;
}
</style>
background-color css
<style>
a { background-color: #1E8AB9; }
a { background-color: rgb(30,138,185); }
div.DivClassName
{
background-color: #1E8AB9;
}
.BgClassName
{
background-color: #1E8AB9;
}
</style>
border-color css
<style>
span { border-color: #1E8AB9; }
span { border-color: rgb(30,138,185); }
td.TdClassName
{
border-color: #1E8AB9;
}
.TagClassName
{
border-color: #1E8AB9;
}
</style>