Shades of Pelorous #1E91AB
Tints of Pelorous #1E91AB
RGB
CMYK
RGB Variations
Color information
#1E91AB (or 0x1E91AB) is known color: Pelorous. HEX triplet: 1E, 91 and AB. RGB value is (30,145,171). Sum of RGB (Red+Green+Blue) = 30+145+171=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E91AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E91AB is #E16E54. Grayscale: #717171. Windows color (decimal): -14773845 or 11243806. OLE color: 11243806.
HSL color Cylindrical-coordinate representation of color #1E91AB: hue angle of 191.06º 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 #1E91AB is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 145 | 171 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.33 |
| HSL | 191.06º | 0.7% | 0.39% | - |
| HSV(B) | 191.06º | 0.82% | 0.67% | - |
| XYZ | 18.01 | 23.47 | 42.11 | - |
| YUV | 113.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 145 | 171 | 0.82 | 0.15 | 0 | 0.33 | 191.06 | 0.7 | 0.39 |
| Hex | 1E | 91 | AB | 52 | F | 0 | 21 | BF | 46 | 27 |
| Octal | 36 | 221 | 253 | 122 | 17 | 0 | 41 | 277 | 106 | 47 |
| Binary | 11110 | 10010001 | 10101011 | 1010010 | 1111 | 0 | 100001 | 10111111 | 1000110 | 100111 |
Color Harmonies of #1E91AB
Complementary color
Monochromatic Colors of #1E91AB
Black with #1E91AB
Text Example
Text Example
White with #1E91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E91AB; }
p { color: rgb(30,145,171); }
H1.HeaderClassName
{
color: #1E91AB;
}
.AnyTagClassName
{
color: #1E91AB;
}
</style>
background-color css
<style>
a { background-color: #1E91AB; }
a { background-color: rgb(30,145,171); }
div.DivClassName
{
background-color: #1E91AB;
}
.BgClassName
{
background-color: #1E91AB;
}
</style>
border-color css
<style>
span { border-color: #1E91AB; }
span { border-color: rgb(30,145,171); }
td.TdClassName
{
border-color: #1E91AB;
}
.TagClassName
{
border-color: #1E91AB;
}
</style>