#1F839D

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

Shades of Scooter #1F839D

Tints of Scooter #1F839D

Color information

#1F839D (or 0x1F839D) is unknown color: approx Scooter. HEX triplet: 1F, 83 and 9D. RGB value is (31,131,157). Sum of RGB (Red+Green+Blue) = 31+131+157=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F839D is #E07C62. Grayscale: #676767. Windows color (decimal): -14711907 or 10322719. OLE color: 10322719.

HSL color Cylindrical-coordinate representation of color #1F839D: hue angle of 192.38º 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 #1F839D is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31131157-
CMYK0.800.1700.38
HSL192.38º67.02%36.86%-
HSV(B)192.38º80.25%61.57%-
XYZ14.7718.9634.78-
YUV104.06157.8775.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.72%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=9.72%
G=41.07%
B=49.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311311570.800.1700.38192.3867.0236.86
Hex1F839D5011026c04325
Octal372032351202104630010345
Binary1111110000011100111011010000100010100110110000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,157); }

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

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

 a { background-color: rgb(31,131,157); }

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

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

 span { border-color: rgb(31,131,157); }

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