#1C7A97

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

Shades of Scooter #1C7A97

Tints of Scooter #1C7A97

Color information

#1C7A97 (or 0x1C7A97) is unknown color: approx Scooter. HEX triplet: 1C, 7A and 97. RGB value is (28,122,151). Sum of RGB (Red+Green+Blue) = 28+122+151=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C7A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7A97 is #E38568. Grayscale: #606060. Windows color (decimal): -14910825 or 9927196. OLE color: 9927196.

HSL color Cylindrical-coordinate representation of color #1C7A97: hue angle of 194.15º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7A97 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB28122151-
CMYK0.810.1900.41
HSL194.15º68.72%35.1%-
HSV(B)194.15º81.46%59.22%-
XYZ13.0216.431.76-
YUV97.2158.3678.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=9.30%
G=40.53%
B=50.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281221510.810.1900.41194.1568.7235.1
Hex1C7A975113029c24523
Octal341722271212305130210543
Binary111001111010100101111010001100110101001110000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,151); }

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

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

 a { background-color: rgb(28,122,151); }

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

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

 span { border-color: rgb(28,122,151); }

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