#1C7C95

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

Shades of Scooter #1C7C95

Tints of Scooter #1C7C95

Color information

#1C7C95 (or 0x1C7C95) is unknown color: approx Scooter. HEX triplet: 1C, 7C and 95. RGB value is (28,124,149). Sum of RGB (Red+Green+Blue) = 28+124+149=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C7C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7C95 is #E3836A. Grayscale: #616161. Windows color (decimal): -14910315 or 9796636. OLE color: 9796636.

HSL color Cylindrical-coordinate representation of color #1C7C95: hue angle of 192.4º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7C95 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB28124149-
CMYK0.810.1700.42
HSL192.4º68.36%34.71%-
HSV(B)192.4º81.21%58.43%-
XYZ13.1116.8330.99-
YUV98.15156.777.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=9.30%
G=41.20%
B=49.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281241490.810.1700.42192.468.3634.71
Hex1C7C95511102Ac04423
Octal341742251212105230010443
Binary111001111100100101011010001100010101010110000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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