#1B7F99

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

Shades of Scooter #1B7F99

Tints of Scooter #1B7F99

Color information

#1B7F99 (or 0x1B7F99) is unknown color: approx Scooter. HEX triplet: 1B, 7F and 99. RGB value is (27,127,153). Sum of RGB (Red+Green+Blue) = 27+127+153=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7F99 is #E48066. Grayscale: #636363. Windows color (decimal): -14975079 or 10059547. OLE color: 10059547.

HSL color Cylindrical-coordinate representation of color #1B7F99: hue angle of 192.38º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7F99 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27127153-
CMYK0.820.1700.4
HSL192.38º70%35.29%-
HSV(B)192.38º82.35%60%-
XYZ13.7917.7132.83-
YUV100.06157.8775.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.79%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=8.79%
G=41.37%
B=49.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271271530.820.1700.4192.387035.29
Hex1B7F995211028c04623
Octal331772311222105030010643
Binary110111111111100110011010010100010101000110000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,127,153); }

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

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

 a { background-color: rgb(27,127,153); }

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

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

 span { border-color: rgb(27,127,153); }

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