Shades of Pelorous #1E81AC
Tints of Pelorous #1E81AC
RGB
CMYK
RGB Variations
Color information
#1E81AC (or 0x1E81AC) is known color: Pelorous. HEX triplet: 1E, 81 and AC. RGB value is (30,129,172). Sum of RGB (Red+Green+Blue) = 30+129+172=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E81AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E81AC is #E17E53. Grayscale: #686868. Windows color (decimal): -14777940 or 11305246. OLE color: 11305246.
HSL color Cylindrical-coordinate representation of color #1E81AC: hue angle of 198.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E81AC is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 129 | 172 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.33 |
| HSL | 198.17º | 0.7% | 0.4% | - |
| HSV(B) | 198.17º | 0.83% | 0.67% | - |
| XYZ | 15.83 | 18.96 | 41.85 | - |
| YUV | 104.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 172 | 0.83 | 0.25 | 0 | 0.33 | 198.17 | 0.7 | 0.4 |
| Hex | 1E | 81 | AC | 53 | 19 | 0 | 21 | C6 | 46 | 28 |
| Octal | 36 | 201 | 254 | 123 | 31 | 0 | 41 | 306 | 106 | 50 |
| Binary | 11110 | 10000001 | 10101100 | 1010011 | 11001 | 0 | 100001 | 11000110 | 1000110 | 101000 |
Color Harmonies of #1E81AC
Complementary color
Monochromatic Colors of #1E81AC
Black with #1E81AC
Text Example
Text Example
White with #1E81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E81AC; }
p { color: rgb(30,129,172); }
H1.HeaderClassName
{
color: #1E81AC;
}
.AnyTagClassName
{
color: #1E81AC;
}
</style>
background-color css
<style>
a { background-color: #1E81AC; }
a { background-color: rgb(30,129,172); }
div.DivClassName
{
background-color: #1E81AC;
}
.BgClassName
{
background-color: #1E81AC;
}
</style>
border-color css
<style>
span { border-color: #1E81AC; }
span { border-color: rgb(30,129,172); }
td.TdClassName
{
border-color: #1E81AC;
}
.TagClassName
{
border-color: #1E81AC;
}
</style>