#1C7EA2

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

Shades of Scooter #1C7EA2

Tints of Scooter #1C7EA2

Color information

#1C7EA2 (or 0x1C7EA2) is unknown color: approx Scooter. HEX triplet: 1C, 7E and A2. RGB value is (28,126,162). Sum of RGB (Red+Green+Blue) = 28+126+162=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #1C7EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7EA2 is #E3815D. Grayscale: #646464. Windows color (decimal): -14909790 or 10649116. OLE color: 10649116.

HSL color Cylindrical-coordinate representation of color #1C7EA2: hue angle of 196.12º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7EA2 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28126162-
CMYK0.830.2200.36
HSL196.12º70.53%37.25%-
HSV(B)196.12º82.72%63.53%-
XYZ14.4617.7836.85-
YUV100.8162.5376.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.86%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 162 (63.67% from 255) = 51.27%
R=8.86%
G=39.87%
B=51.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281261620.830.2200.36196.1270.5337.25
Hex1C7EA25316024c44725
Octal341762421232604430410745
Binary111001111110101000101010011101100100100110001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,126,162); }

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

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

 a { background-color: rgb(28,126,162); }

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

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

 span { border-color: rgb(28,126,162); }

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