Shades of Pelorous #1E81BA
Tints of Pelorous #1E81BA
RGB
CMYK
RGB Variations
Color information
#1E81BA (or 0x1E81BA) is known color: Pelorous. HEX triplet: 1E, 81 and BA. RGB value is (30,129,186). Sum of RGB (Red+Green+Blue) = 30+129+186=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E81BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81BA is #E17E45. Grayscale: #696969. Windows color (decimal): -14777926 or 12222750. OLE color: 12222750.
HSL color Cylindrical-coordinate representation of color #1E81BA: hue angle of 201.92º 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 #1E81BA is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 129 | 186 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.27 |
| HSL | 201.92º | 0.72% | 0.42% | - |
| HSV(B) | 201.92º | 0.84% | 0.73% | - |
| XYZ | 17.25 | 19.52 | 49.31 | - |
| YUV | 105.9 | 173.2 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 186 | 0.84 | 0.31 | 0 | 0.27 | 201.92 | 0.72 | 0.42 |
| Hex | 1E | 81 | BA | 54 | 1F | 0 | 1B | CA | 48 | 2A |
| Octal | 36 | 201 | 272 | 124 | 37 | 0 | 33 | 312 | 110 | 52 |
| Binary | 11110 | 10000001 | 10111010 | 1010100 | 11111 | 0 | 11011 | 11001010 | 1001000 | 101010 |
Color Harmonies of #1E81BA
Complementary color
Monochromatic Colors of #1E81BA
Black with #1E81BA
Text Example
Text Example
White with #1E81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E81BA; }
p { color: rgb(30,129,186); }
H1.HeaderClassName
{
color: #1E81BA;
}
.AnyTagClassName
{
color: #1E81BA;
}
</style>
background-color css
<style>
a { background-color: #1E81BA; }
a { background-color: rgb(30,129,186); }
div.DivClassName
{
background-color: #1E81BA;
}
.BgClassName
{
background-color: #1E81BA;
}
</style>
border-color css
<style>
span { border-color: #1E81BA; }
span { border-color: rgb(30,129,186); }
td.TdClassName
{
border-color: #1E81BA;
}
.TagClassName
{
border-color: #1E81BA;
}
</style>