#1F8090

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

Shades of Scooter #1F8090

Tints of Scooter #1F8090

Color information

#1F8090 (or 0x1F8090) is unknown color: approx Scooter. HEX triplet: 1F, 80 and 90. RGB value is (31,128,144). Sum of RGB (Red+Green+Blue) = 31+128+144=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F8090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8090 is #E07F6F. Grayscale: #646464. Windows color (decimal): -14712688 or 9469983. OLE color: 9469983.

HSL color Cylindrical-coordinate representation of color #1F8090: hue angle of 188.5º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8090 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31128144-
CMYK0.780.1100.44
HSL188.5º64.57%34.31%-
HSV(B)188.5º78.47%56.47%-
XYZ13.3217.7429.11-
YUV100.82152.3678.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=10.23%
G=42.24%
B=47.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311281440.780.1100.44188.564.5734.31
Hex1F80904EB02Cbc4122
Octal372002201161305427410142
Binary111111000000010010000100111010110101100101111001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,128,144); }

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

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

 a { background-color: rgb(31,128,144); }

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

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

 span { border-color: rgb(31,128,144); }

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