#1E8CB1

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

Shades of Pelorous #1E8CB1

Tints of Pelorous #1E8CB1

Color information

#1E8CB1 (or 0x1E8CB1) is unknown color: approx Pelorous. HEX triplet: 1E, 8C and B1. RGB value is (30,140,177). Sum of RGB (Red+Green+Blue) = 30+140+177=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E8CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8CB1 is #E1734E. Grayscale: #6F6F6F. Windows color (decimal): -14775119 or 11635742. OLE color: 11635742.

HSL color Cylindrical-coordinate representation of color #1E8CB1: hue angle of 195.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E8CB1 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30140177-
CMYK0.830.2100.31
HSL195.1º71.01%40.59%-
HSV(B)195.1º83.05%69.41%-
XYZ17.8522.2144.94-
YUV111.33165.0669.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=8.65%
G=40.35%
B=51.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301401770.830.2100.31195.171.0140.59
Hex1E8CB1531501Fc34729
Octal362142611232503730310751
Binary111101000110010110001101001110101011111110000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,140,177); }

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

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

 a { background-color: rgb(30,140,177); }

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

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

 span { border-color: rgb(30,140,177); }

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