Shades of Pelorous #1E88AF
Tints of Pelorous #1E88AF
RGB
CMYK
RGB Variations
Color information
#1E88AF (or 0x1E88AF) is known color: Pelorous. HEX triplet: 1E, 88 and AF. RGB value is (30,136,175). Sum of RGB (Red+Green+Blue) = 30+136+175=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E88AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E88AF is #E17750. Grayscale: #6C6C6C. Windows color (decimal): -14776145 or 11503646. OLE color: 11503646.
HSL color Cylindrical-coordinate representation of color #1E88AF: hue angle of 196.14º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E88AF is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 136 | 175 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.31 |
| HSL | 196.14º | 0.71% | 0.4% | - |
| HSV(B) | 196.14º | 0.83% | 0.69% | - |
| XYZ | 17.08 | 20.98 | 43.71 | - |
| YUV | 108.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 175 | 0.83 | 0.22 | 0 | 0.31 | 196.14 | 0.71 | 0.4 |
| Hex | 1E | 88 | AF | 53 | 16 | 0 | 1F | C4 | 47 | 28 |
| Octal | 36 | 210 | 257 | 123 | 26 | 0 | 37 | 304 | 107 | 50 |
| Binary | 11110 | 10001000 | 10101111 | 1010011 | 10110 | 0 | 11111 | 11000100 | 1000111 | 101000 |
Color Harmonies of #1E88AF
Complementary color
Monochromatic Colors of #1E88AF
Black with #1E88AF
Text Example
Text Example
White with #1E88AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E88AF; }
p { color: rgb(30,136,175); }
H1.HeaderClassName
{
color: #1E88AF;
}
.AnyTagClassName
{
color: #1E88AF;
}
</style>
background-color css
<style>
a { background-color: #1E88AF; }
a { background-color: rgb(30,136,175); }
div.DivClassName
{
background-color: #1E88AF;
}
.BgClassName
{
background-color: #1E88AF;
}
</style>
border-color css
<style>
span { border-color: #1E88AF; }
span { border-color: rgb(30,136,175); }
td.TdClassName
{
border-color: #1E88AF;
}
.TagClassName
{
border-color: #1E88AF;
}
</style>