#1f7f92

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

Shades of Scooter #1F7F92

Tints of Scooter #1F7F92

Color information

#1F7F92 (or 0x1F7F92) is unknown color: approx Scooter. HEX triplet: 1F, 7F and 92. RGB value is (31,127,146). Sum of RGB (Red+Green+Blue) = 31+127+146=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F7F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7F92 is #E0806D. Grayscale: #646464. Windows color (decimal): -14712942 or 9600799. OLE color: 9600799.

HSL color Cylindrical-coordinate representation of color #1F7F92: hue angle of 189.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7F92 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB31127146-
CMYK0.790.1300.43
HSL189.91º64.97%34.71%-
HSV(B)189.91º78.77%57.25%-
XYZ13.3417.5529.88-
YUV100.46153.778.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=10.20%
G=41.78%
B=48.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311271460.790.1300.43189.9164.9734.71
Hex1F7F924FD02Bbe4123
Octal371772221171505327610143
Binary11111111111110010010100111111010101011101111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7f92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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