#1E88A5

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

Shades of Scooter #1E88A5

Tints of Scooter #1E88A5

Color information

#1E88A5 (or 0x1E88A5) is unknown color: approx Scooter. HEX triplet: 1E, 88 and A5. RGB value is (30,136,165). Sum of RGB (Red+Green+Blue) = 30+136+165=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #1E88A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E88A5 is #E1775A. Grayscale: #6B6B6B. Windows color (decimal): -14776155 or 10848286. OLE color: 10848286.

HSL color Cylindrical-coordinate representation of color #1E88A5: hue angle of 192.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E88A5 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30136165-
CMYK0.820.1800.35
HSL192.89º69.23%38.24%-
HSV(B)192.89º81.82%64.71%-
XYZ16.1320.638.72-
YUV107.61160.3872.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=9.06%
G=41.09%
B=49.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301361650.820.1800.35192.8969.2338.24
Hex1E88A55212023c14526
Octal362102451222204330110546
Binary1111010001000101001011010010100100100011110000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E88A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,136,165); }

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

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

 a { background-color: rgb(30,136,165); }

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

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

 span { border-color: rgb(30,136,165); }

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