#1F7B96

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

Shades of Scooter #1F7B96

Tints of Scooter #1F7B96

Color information

#1F7B96 (or 0x1F7B96) is unknown color: approx Scooter. HEX triplet: 1F, 7B and 96. RGB value is (31,123,150). Sum of RGB (Red+Green+Blue) = 31+123+150=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F7B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7B96 is #E08469. Grayscale: #626262. Windows color (decimal): -14713962 or 9861919. OLE color: 9861919.

HSL color Cylindrical-coordinate representation of color #1F7B96: hue angle of 193.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7B96 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB31123150-
CMYK0.790.1800.41
HSL193.61º65.75%35.49%-
HSV(B)193.61º79.33%58.82%-
XYZ13.1516.6631.38-
YUV98.57157.0279.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=10.20%
G=40.46%
B=49.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal311231500.790.1800.41193.6165.7535.49
Hex1F7B964F12029c24223
Octal371732261172205130210243
Binary111111111011100101101001111100100101001110000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,123,150); }

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

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

 a { background-color: rgb(31,123,150); }

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

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

 span { border-color: rgb(31,123,150); }

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