#1A7E95

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

Shades of Scooter #1A7E95

Tints of Scooter #1A7E95

Color information

#1A7E95 (or 0x1A7E95) is unknown color: approx Scooter. HEX triplet: 1A, 7E and 95. RGB value is (26,126,149). Sum of RGB (Red+Green+Blue) = 26+126+149=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A7E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7E95 is #E5816A. Grayscale: #626262. Windows color (decimal): -15040875 or 9797146. OLE color: 9797146.

HSL color Cylindrical-coordinate representation of color #1A7E95: hue angle of 191.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7E95 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26126149-
CMYK0.830.1500.42
HSL191.22º70.29%34.31%-
HSV(B)191.22º82.55%58.43%-
XYZ13.3117.3131.07-
YUV98.72156.3776.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=8.64%
G=41.86%
B=49.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261261490.830.1500.42191.2270.2934.31
Hex1A7E9553F02Abf4622
Octal321762251231705227710642
Binary11010111111010010101101001111110101010101111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,126,149); }

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

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

 a { background-color: rgb(26,126,149); }

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

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

 span { border-color: rgb(26,126,149); }

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