#1C7C9B

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

Shades of Scooter #1C7C9B

Tints of Scooter #1C7C9B

Color information

#1C7C9B (or 0x1C7C9B) is unknown color: approx Scooter. HEX triplet: 1C, 7C and 9B. RGB value is (28,124,155). Sum of RGB (Red+Green+Blue) = 28+124+155=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C7C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7C9B is #E38364. Grayscale: #626262. Windows color (decimal): -14910309 or 10189852. OLE color: 10189852.

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

Color convert

RGB28124155-
CMYK0.820.200.39
HSL194.65º69.4%35.88%-
HSV(B)194.65º81.94%60.78%-
XYZ13.617.0333.58-
YUV98.83159.777.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=9.12%
G=40.39%
B=50.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281241550.820.200.39194.6569.435.88
Hex1C7C9B5214027c34524
Octal341742331222404730310544
Binary111001111100100110111010010101000100111110000111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,155); }

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

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

 a { background-color: rgb(28,124,155); }

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

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

 span { border-color: rgb(28,124,155); }

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