#1E84AB

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

Shades of Pelorous #1E84AB

Tints of Pelorous #1E84AB

Color information

#1E84AB (or 0x1E84AB) is unknown color: approx Pelorous. HEX triplet: 1E, 84 and AB. RGB value is (30,132,171). Sum of RGB (Red+Green+Blue) = 30+132+171=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E84AB is #E17B54. Grayscale: #696969. Windows color (decimal): -14777173 or 11240478. OLE color: 11240478.

HSL color Cylindrical-coordinate representation of color #1E84AB: hue angle of 196.6º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E84AB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30132171-
CMYK0.820.2300.33
HSL196.6º70.15%39.41%-
HSV(B)196.6º82.46%67.06%-
XYZ16.1419.7241.48-
YUV105.95164.7173.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=9.01%
G=39.64%
B=51.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301321710.820.2300.33196.670.1539.41
Hex1E84AB5217021c54627
Octal362042531222704130510647
Binary1111010000100101010111010010101110100001110001011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,132,171); }

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

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

 a { background-color: rgb(30,132,171); }

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

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

 span { border-color: rgb(30,132,171); }

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