#1E82AE

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

Shades of Pelorous #1E82AE

Tints of Pelorous #1E82AE

Color information

#1E82AE (or 0x1E82AE) is unknown color: approx Pelorous. HEX triplet: 1E, 82 and AE. RGB value is (30,130,174). Sum of RGB (Red+Green+Blue) = 30+130+174=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E82AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E82AE is #E17D51. Grayscale: #686868. Windows color (decimal): -14777682 or 11436574. OLE color: 11436574.

HSL color Cylindrical-coordinate representation of color #1E82AE: hue angle of 198.33º 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 #1E82AE is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30130174-
CMYK0.830.2500.32
HSL198.33º70.59%40%-
HSV(B)198.33º82.76%68.24%-
XYZ16.1619.342.92-
YUV105.12166.8774.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=8.98%
G=38.92%
B=52.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301301740.830.2500.32198.3370.5940
Hex1E82AE5319020c64728
Octal362022561233104030610750
Binary1111010000010101011101010011110010100000110001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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