#1B8099

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

Shades of Scooter #1B8099

Tints of Scooter #1B8099

Color information

#1B8099 (or 0x1B8099) is unknown color: approx Scooter. HEX triplet: 1B, 80 and 99. RGB value is (27,128,153). Sum of RGB (Red+Green+Blue) = 27+128+153=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8099 is #E47F66. Grayscale: #646464. Windows color (decimal): -14974823 or 10059803. OLE color: 10059803.

HSL color Cylindrical-coordinate representation of color #1B8099: hue angle of 191.9º 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 #1B8099 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27128153-
CMYK0.820.1600.4
HSL191.9º70%35.29%-
HSV(B)191.9º82.35%60%-
XYZ13.9217.9732.87-
YUV100.65157.5475.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=8.77%
G=41.56%
B=49.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271281530.820.1600.4191.97035.29
Hex1B80995210028c04623
Octal332002311222005030010643
Binary1101110000000100110011010010100000101000110000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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