Shades of Pelorous #1E90AA
Tints of Pelorous #1E90AA
RGB
CMYK
RGB Variations
Color information
#1E90AA (or 0x1E90AA) is known color: Pelorous. HEX triplet: 1E, 90 and AA. RGB value is (30,144,170). Sum of RGB (Red+Green+Blue) = 30+144+170=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E90AA is #E16F55. Grayscale: #707070. Windows color (decimal): -14774102 or 11178014. OLE color: 11178014.
HSL color Cylindrical-coordinate representation of color #1E90AA: hue angle of 191.14º 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 #1E90AA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 144 | 170 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.33 |
| HSL | 191.14º | 0.7% | 0.39% | - |
| HSV(B) | 191.14º | 0.82% | 0.67% | - |
| XYZ | 17.76 | 23.12 | 41.56 | - |
| YUV | 112.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 170 | 0.82 | 0.15 | 0 | 0.33 | 191.14 | 0.7 | 0.39 |
| Hex | 1E | 90 | AA | 52 | F | 0 | 21 | BF | 46 | 27 |
| Octal | 36 | 220 | 252 | 122 | 17 | 0 | 41 | 277 | 106 | 47 |
| Binary | 11110 | 10010000 | 10101010 | 1010010 | 1111 | 0 | 100001 | 10111111 | 1000110 | 100111 |
Color Harmonies of #1E90AA
Complementary color
Monochromatic Colors of #1E90AA
Black with #1E90AA
Text Example
Text Example
White with #1E90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E90AA; }
p { color: rgb(30,144,170); }
H1.HeaderClassName
{
color: #1E90AA;
}
.AnyTagClassName
{
color: #1E90AA;
}
</style>
background-color css
<style>
a { background-color: #1E90AA; }
a { background-color: rgb(30,144,170); }
div.DivClassName
{
background-color: #1E90AA;
}
.BgClassName
{
background-color: #1E90AA;
}
</style>
border-color css
<style>
span { border-color: #1E90AA; }
span { border-color: rgb(30,144,170); }
td.TdClassName
{
border-color: #1E90AA;
}
.TagClassName
{
border-color: #1E90AA;
}
</style>