#1E7E98

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

Shades of Scooter #1E7E98

Tints of Scooter #1E7E98

Color information

#1E7E98 (or 0x1E7E98) is unknown color: approx Scooter. HEX triplet: 1E, 7E and 98. RGB value is (30,126,152). Sum of RGB (Red+Green+Blue) = 30+126+152=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E7E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7E98 is #E18167. Grayscale: #646464. Windows color (decimal): -14778728 or 9993758. OLE color: 9993758.

HSL color Cylindrical-coordinate representation of color #1E7E98: hue angle of 192.79º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7E98 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB30126152-
CMYK0.800.1700.40
HSL192.79º67.03%35.69%-
HSV(B)192.79º80.26%59.61%-
XYZ13.6617.4632.36-
YUV100.26157.277.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.74%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=9.74%
G=40.91%
B=49.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301261520.800.1700.40192.7967.0335.69
Hex1E7E985011028c14324
Octal361762301202105030110344
Binary111101111110100110001010000100010101000110000011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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