#1C7E92

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

Shades of Scooter #1C7E92

Tints of Scooter #1C7E92

Color information

#1C7E92 (or 0x1C7E92) is unknown color: approx Scooter. HEX triplet: 1C, 7E and 92. RGB value is (28,126,146). Sum of RGB (Red+Green+Blue) = 28+126+146=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7E92 is #E3816D. Grayscale: #626262. Windows color (decimal): -14909806 or 9600540. OLE color: 9600540.

HSL color Cylindrical-coordinate representation of color #1C7E92: hue angle of 190.17º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7E92 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28126146-
CMYK0.810.1400.43
HSL190.17º67.82%34.12%-
HSV(B)190.17º80.82%57.25%-
XYZ13.1317.2429.83-
YUV98.98154.5377.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.33%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=9.33%
G=42%
B=48.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281261460.810.1400.43190.1767.8234.12
Hex1C7E9251E02Bbe4422
Octal341762221211605327610442
Binary11100111111010010010101000111100101011101111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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