#1C7EA1

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

Shades of Scooter #1C7EA1

Tints of Scooter #1C7EA1

Color information

#1C7EA1 (or 0x1C7EA1) is unknown color: approx Scooter. HEX triplet: 1C, 7E and A1. RGB value is (28,126,161). Sum of RGB (Red+Green+Blue) = 28+126+161=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #1C7EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7EA1 is #E3815E. Grayscale: #646464. Windows color (decimal): -14909791 or 10583580. OLE color: 10583580.

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

Color convert

RGB28126161-
CMYK0.830.2200.37
HSL195.79º70.37%37.06%-
HSV(B)195.79º82.61%63.14%-
XYZ14.3717.7436.39-
YUV100.69162.0376.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 161 (63.28% from 255) = 51.11%
R=8.89%
G=40%
B=51.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281261610.830.2200.37195.7970.3737.06
Hex1C7EA15316025c44625
Octal341762411232604530410645
Binary111001111110101000011010011101100100101110001001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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