Html Css Color HEX #1E93AD Pelorous

📋 copy color: '#1E93AD'

red 30 ◦ green 147 ◦ blue 173

#1E93AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1E93AD

Tints of Pelorous #1E93AD

RGB

 RED value IS 30 (12.11% from 255) = 8.57%

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 8.57%
G = 42%
B = 49.43%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E93AD (or 0x1E93AD) is known color: Pelorous. HEX triplet: 1E, 93 and AD. RGB value is (30,147,173). Sum of RGB (Red+Green+Blue) = 30+147+173=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E93AD is #E16C52. Grayscale: #727272. Windows color (decimal): -14773331 or 11375390. OLE color: 11375390.

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

Color convert

RGB 30 147 173 -
CMYK 0.83 0.15 0 0.32
HSL 190.91º 0.7% 0.4% -
HSV(B) 190.91º 0.83% 0.68% -
XYZ 18.51 24.16 43.22 -
YUV 114.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 30 147 173 0.83 0.15 0 0.32 190.91 0.7 0.4
Hex 1E 93 AD 53 F 0 20 BF 46 28
Octal 36 223 255 123 17 0 40 277 106 50
Binary 11110 10010011 10101101 1010011 1111 0 100000 10111111 1000110 101000

Color Harmonies of #1E93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E93AD

Black with #1E93AD

Text Example


Text Example

White with #1E93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E93AD;
 }
 .AnyTagClassName
 {
   color: #1E93AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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