Html Css Color HEX #1E7EA1 Scooter

📋 copy color: '#1E7EA1'

red 30 ◦ green 126 ◦ blue 161

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

Shades of Scooter #1E7EA1

Tints of Scooter #1E7EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.75%

 BLUE value IS 161 (63.28% from 255) = 50.79%

R = 9.46%
G = 39.75%
B = 50.79%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1E7EA1 (or 0x1E7EA1) is known color: Scooter. HEX triplet: 1E, 7E and A1. RGB value is (30,126,161). Sum of RGB (Red+Green+Blue) = 30+126+161=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #1E7EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7EA1 is #E1815E. Grayscale: #656565. Windows color (decimal): -14778719 or 10583582. OLE color: 10583582.

HSL color Cylindrical-coordinate representation of color #1E7EA1: hue angle of 196.03º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7EA1 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 126 161 -
CMYK 0.81 0.22 0 0.37
HSL 196.03º 0.69% 0.37% -
HSV(B) 196.03º 0.81% 0.63% -
XYZ 14.43 17.77 36.39 -
YUV 101.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 30 126 161 0.81 0.22 0 0.37 196.03 0.69 0.37
Hex 1E 7E A1 51 16 0 25 C4 45 25
Octal 36 176 241 121 26 0 45 304 105 45
Binary 11110 1111110 10100001 1010001 10110 0 100101 11000100 1000101 100101

Color Harmonies of #1E7EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7EA1

Black with #1E7EA1

Text Example


Text Example

White with #1E7EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,126,161); }

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

background-color css

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

 a { background-color: rgb(30,126,161); }

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

border-color css

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

 span { border-color: rgb(30,126,161); }

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