#1E83BA

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

Shades of Pelorous #1E83BA

Tints of Pelorous #1E83BA

Color information

#1E83BA (or 0x1E83BA) is unknown color: approx Pelorous. HEX triplet: 1E, 83 and BA. RGB value is (30,131,186). Sum of RGB (Red+Green+Blue) = 30+131+186=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83BA is #E17C45. Grayscale: #6A6A6A. Windows color (decimal): -14777414 or 12223262. OLE color: 12223262.

HSL color Cylindrical-coordinate representation of color #1E83BA: hue angle of 201.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E83BA is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30131186-
CMYK0.840.3000.27
HSL201.15º72.22%42.35%-
HSV(B)201.15º83.87%72.94%-
XYZ17.5120.0549.4-
YUV107.07172.5473.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=8.65%
G=37.75%
B=53.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301311860.840.3000.27201.1572.2242.35
Hex1E83BA541E01Bc9482a
Octal362032721243603331111052
Binary111101000001110111010101010011110011011110010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,186); }

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

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

 a { background-color: rgb(30,131,186); }

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

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

 span { border-color: rgb(30,131,186); }

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