#1F869B

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

Shades of Scooter #1F869B

Tints of Scooter #1F869B

Color information

#1F869B (or 0x1F869B) is unknown color: approx Scooter. HEX triplet: 1F, 86 and 9B. RGB value is (31,134,155). Sum of RGB (Red+Green+Blue) = 31+134+155=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F869B is #E07964. Grayscale: #696969. Windows color (decimal): -14711141 or 10192415. OLE color: 10192415.

HSL color Cylindrical-coordinate representation of color #1F869B: hue angle of 190.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F869B is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB31134155-
CMYK0.80.1400.39
HSL190.16º66.67%36.47%-
HSV(B)190.16º80%60.78%-
XYZ15.0119.7134.02-
YUV105.6155.8874.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=9.69%
G=41.88%
B=48.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311341550.80.1400.39190.1666.6736.47
Hex1F869B50E027be4324
Octal372062331201604727610344
Binary111111000011010011011101000011100100111101111101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,134,155); }

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

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

 a { background-color: rgb(31,134,155); }

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

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

 span { border-color: rgb(31,134,155); }

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