Shades of Pelorous #1E92BA
Tints of Pelorous #1E92BA
RGB
CMYK
RGB Variations
Color information
#1E92BA (or 0x1E92BA) is known color: Pelorous. HEX triplet: 1E, 92 and BA. RGB value is (30,146,186). Sum of RGB (Red+Green+Blue) = 30+146+186=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E92BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E92BA is #E16D45. Grayscale: #737373. Windows color (decimal): -14773574 or 12227102. OLE color: 12227102.
HSL color Cylindrical-coordinate representation of color #1E92BA: hue angle of 195.38º 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 #1E92BA is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 146 | 186 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.27 |
| HSL | 195.38º | 0.72% | 0.42% | - |
| HSV(B) | 195.38º | 0.84% | 0.73% | - |
| XYZ | 19.68 | 24.38 | 50.12 | - |
| YUV | 115.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 146 | 186 | 0.84 | 0.22 | 0 | 0.27 | 195.38 | 0.72 | 0.42 |
| Hex | 1E | 92 | BA | 54 | 16 | 0 | 1B | C3 | 48 | 2A |
| Octal | 36 | 222 | 272 | 124 | 26 | 0 | 33 | 303 | 110 | 52 |
| Binary | 11110 | 10010010 | 10111010 | 1010100 | 10110 | 0 | 11011 | 11000011 | 1001000 | 101010 |
Color Harmonies of #1E92BA
Complementary color
Monochromatic Colors of #1E92BA
Black with #1E92BA
Text Example
Text Example
White with #1E92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E92BA; }
p { color: rgb(30,146,186); }
H1.HeaderClassName
{
color: #1E92BA;
}
.AnyTagClassName
{
color: #1E92BA;
}
</style>
background-color css
<style>
a { background-color: #1E92BA; }
a { background-color: rgb(30,146,186); }
div.DivClassName
{
background-color: #1E92BA;
}
.BgClassName
{
background-color: #1E92BA;
}
</style>
border-color css
<style>
span { border-color: #1E92BA; }
span { border-color: rgb(30,146,186); }
td.TdClassName
{
border-color: #1E92BA;
}
.TagClassName
{
border-color: #1E92BA;
}
</style>