#1F7FA0

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

Shades of Scooter #1F7FA0

Tints of Scooter #1F7FA0

Color information

#1F7FA0 (or 0x1F7FA0) is unknown color: approx Scooter. HEX triplet: 1F, 7F and A0. RGB value is (31,127,160). Sum of RGB (Red+Green+Blue) = 31+127+160=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F7FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FA0 is #E0805F. Grayscale: #656565. Windows color (decimal): -14712928 or 10518303. OLE color: 10518303.

HSL color Cylindrical-coordinate representation of color #1F7FA0: hue angle of 195.35º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7FA0 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB31127160-
CMYK0.810.2100.37
HSL195.35º67.54%37.45%-
HSV(B)195.35º80.62%62.75%-
XYZ14.518.0135.97-
YUV102.06160.777.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.75%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=9.75%
G=39.94%
B=50.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311271600.810.2100.37195.3567.5437.45
Hex1F7FA05115025c34425
Octal371772401212504530310445
Binary111111111111101000001010001101010100101110000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,160); }

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

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

 a { background-color: rgb(31,127,160); }

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

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

 span { border-color: rgb(31,127,160); }

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