#1A7E98

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

Shades of Scooter #1A7E98

Tints of Scooter #1A7E98

Color information

#1A7E98 (or 0x1A7E98) is unknown color: approx Scooter. HEX triplet: 1A, 7E and 98. RGB value is (26,126,152). Sum of RGB (Red+Green+Blue) = 26+126+152=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A7E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7E98 is #E58167. Grayscale: #626262. Windows color (decimal): -15040872 or 9993754. OLE color: 9993754.

HSL color Cylindrical-coordinate representation of color #1A7E98: hue angle of 192.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7E98 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB26126152-
CMYK0.830.1700.40
HSL192.38º70.79%34.9%-
HSV(B)192.38º82.89%59.61%-
XYZ13.5517.4132.35-
YUV99.06157.8775.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 152 (59.77% from 255) = 50%
R=8.55%
G=41.45%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261261520.830.1700.40192.3870.7934.9
Hex1A7E985311028c04723
Octal321762301232105030010743
Binary110101111110100110001010011100010101000110000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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