#1E89AD

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

Shades of Pelorous #1E89AD

Tints of Pelorous #1E89AD

Color information

#1E89AD (or 0x1E89AD) is unknown color: approx Pelorous. HEX triplet: 1E, 89 and AD. RGB value is (30,137,173). Sum of RGB (Red+Green+Blue) = 30+137+173=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E89AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E89AD is #E17652. Grayscale: #6C6C6C. Windows color (decimal): -14775891 or 11372830. OLE color: 11372830.

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

Color convert

RGB30137173-
CMYK0.830.2100.32
HSL195.1º70.44%39.8%-
HSV(B)195.1º82.66%67.84%-
XYZ17.0221.1842.73-
YUV109.11164.0571.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=8.82%
G=40.29%
B=50.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301371730.830.2100.32195.170.4439.8
Hex1E89AD5315020c34628
Octal362112551232504030310650
Binary1111010001001101011011010011101010100000110000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,173); }

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

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

 a { background-color: rgb(30,137,173); }

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

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

 span { border-color: rgb(30,137,173); }

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