#1C859A

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

Shades of Scooter #1C859A

Tints of Scooter #1C859A

Color information

#1C859A (or 0x1C859A) is unknown color: approx Scooter. HEX triplet: 1C, 85 and 9A. RGB value is (28,133,154). Sum of RGB (Red+Green+Blue) = 28+133+154=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C859A is #E37A65. Grayscale: #676767. Windows color (decimal): -14908006 or 10126620. OLE color: 10126620.

HSL color Cylindrical-coordinate representation of color #1C859A: hue angle of 190º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C859A is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB28133154-
CMYK0.820.1400.40
HSL190º69.23%35.69%-
HSV(B)190º81.82%60.39%-
XYZ14.719.3633.53-
YUV104156.2173.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=8.89%
G=42.22%
B=48.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal281331540.820.1400.4019069.2335.69
Hex1C859A52E028be4524
Octal342052321221605027610544
Binary111001000010110011010101001011100101000101111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,133,154); }

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

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

 a { background-color: rgb(28,133,154); }

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

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

 span { border-color: rgb(28,133,154); }

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