#1F7C9E

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

Shades of Scooter #1F7C9E

Tints of Scooter #1F7C9E

Color information

#1F7C9E (or 0x1F7C9E) is unknown color: approx Scooter. HEX triplet: 1F, 7C and 9E. RGB value is (31,124,158). Sum of RGB (Red+Green+Blue) = 31+124+158=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F7C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7C9E is #E08361. Grayscale: #636363. Windows color (decimal): -14713698 or 10386463. OLE color: 10386463.

HSL color Cylindrical-coordinate representation of color #1F7C9E: hue angle of 196.06º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7C9E is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31124158-
CMYK0.800.2200.38
HSL196.06º67.2%37.06%-
HSV(B)196.06º80.38%61.96%-
XYZ13.9417.1834.93-
YUV100.07160.6978.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.90%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=9.90%
G=39.62%
B=50.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311241580.800.2200.38196.0667.237.06
Hex1F7C9E5016026c44325
Octal371742361202604630410345
Binary111111111100100111101010000101100100110110001001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,124,158); }

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

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

 a { background-color: rgb(31,124,158); }

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

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

 span { border-color: rgb(31,124,158); }

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