#1E87AE

Color #1E87AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1E87AE

Tints of Pelorous #1E87AE

Color information

#1E87AE (or 0x1E87AE) is unknown color: approx Pelorous. HEX triplet: 1E, 87 and AE. RGB value is (30,135,174). Sum of RGB (Red+Green+Blue) = 30+135+174=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E87AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E87AE is #E17851. Grayscale: #6B6B6B. Windows color (decimal): -14776402 or 11437854. OLE color: 11437854.

HSL color Cylindrical-coordinate representation of color #1E87AE: hue angle of 196.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E87AE is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30135174-
CMYK0.830.2200.32
HSL196.25º70.59%40%-
HSV(B)196.25º82.76%68.24%-
XYZ16.8420.6643.14-
YUV108.05165.2172.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 8.85%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=8.85%
G=39.82%
B=51.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301351740.830.2200.32196.2570.5940
Hex1E87AE5316020c44728
Octal362072561232604030410750
Binary1111010000111101011101010011101100100000110001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E87AE; }

 p { color: rgb(30,135,174); }

 H1.HeaderClassName
 {
   color: #1E87AE;
 }
 .AnyTagClassName
 {
   color: #1E87AE;
 }
</style>
background-color css

<style>
 a { background-color: #1E87AE; }

 a { background-color: rgb(30,135,174); }

 div.DivClassName
 {
   background-color: #1E87AE;
 }
 .BgClassName
 {
   background-color: #1E87AE;
 }
</style>
border-color css

<style>
 span { border-color: #1E87AE; }

 span { border-color: rgb(30,135,174); }

 td.TdClassName
 {
   border-color: #1E87AE;
 }
 .TagClassName
 {
   border-color: #1E87AE;
 }
</style>