#1E8095

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

Shades of Scooter #1E8095

Tints of Scooter #1E8095

Color information

#1E8095 (or 0x1E8095) is unknown color: approx Scooter. HEX triplet: 1E, 80 and 95. RGB value is (30,128,149). Sum of RGB (Red+Green+Blue) = 30+128+149=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E8095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8095 is #E17F6A. Grayscale: #646464. Windows color (decimal): -14778219 or 9797662. OLE color: 9797662.

HSL color Cylindrical-coordinate representation of color #1E8095: hue angle of 190.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E8095 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB30128149-
CMYK0.800.1400.42
HSL190.59º66.48%35.1%-
HSV(B)190.59º79.87%58.43%-
XYZ13.6817.8831.16-
YUV101.09155.0377.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=9.77%
G=41.69%
B=48.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301281490.800.1400.42190.5966.4835.1
Hex1E809550E02Abf4223
Octal362002251201605227710243
Binary111101000000010010101101000011100101010101111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,149); }

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

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

 a { background-color: rgb(30,128,149); }

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

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

 span { border-color: rgb(30,128,149); }

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