Shades of Pelorous #1E9EBA
Tints of Pelorous #1E9EBA
RGB
CMYK
RGB Variations
Color information
#1E9EBA (or 0x1E9EBA) is known color: Pelorous. HEX triplet: 1E, 9E and BA. RGB value is (30,158,186). Sum of RGB (Red+Green+Blue) = 30+158+186=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9EBA is #E16145. Grayscale: #7A7A7A. Windows color (decimal): -14770502 or 12230174. OLE color: 12230174.
HSL color Cylindrical-coordinate representation of color #1E9EBA: hue angle of 190.77º 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 #1E9EBA is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 158 | 186 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.27 |
| HSL | 190.77º | 0.72% | 0.42% | - |
| HSV(B) | 190.77º | 0.84% | 0.73% | - |
| XYZ | 21.63 | 28.27 | 50.77 | - |
| YUV | 122.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 186 | 0.84 | 0.15 | 0 | 0.27 | 190.77 | 0.72 | 0.42 |
| Hex | 1E | 9E | BA | 54 | F | 0 | 1B | BF | 48 | 2A |
| Octal | 36 | 236 | 272 | 124 | 17 | 0 | 33 | 277 | 110 | 52 |
| Binary | 11110 | 10011110 | 10111010 | 1010100 | 1111 | 0 | 11011 | 10111111 | 1001000 | 101010 |
Color Harmonies of #1E9EBA
Complementary color
Monochromatic Colors of #1E9EBA
Black with #1E9EBA
Text Example
Text Example
White with #1E9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9EBA; }
p { color: rgb(30,158,186); }
H1.HeaderClassName
{
color: #1E9EBA;
}
.AnyTagClassName
{
color: #1E9EBA;
}
</style>
background-color css
<style>
a { background-color: #1E9EBA; }
a { background-color: rgb(30,158,186); }
div.DivClassName
{
background-color: #1E9EBA;
}
.BgClassName
{
background-color: #1E9EBA;
}
</style>
border-color css
<style>
span { border-color: #1E9EBA; }
span { border-color: rgb(30,158,186); }
td.TdClassName
{
border-color: #1E9EBA;
}
.TagClassName
{
border-color: #1E9EBA;
}
</style>