#1B859B

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

Shades of Scooter #1B859B

Tints of Scooter #1B859B

Color information

#1B859B (or 0x1B859B) is unknown color: approx Scooter. HEX triplet: 1B, 85 and 9B. RGB value is (27,133,155). Sum of RGB (Red+Green+Blue) = 27+133+155=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B859B is #E47A64. Grayscale: #676767. Windows color (decimal): -14973541 or 10192155. OLE color: 10192155.

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

Color convert

RGB27133155-
CMYK0.830.1400.39
HSL190.31º70.33%35.69%-
HSV(B)190.31º82.58%60.78%-
XYZ14.7619.3733.97-
YUV103.81156.8873.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.57%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=8.57%
G=42.22%
B=49.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271331550.830.1400.39190.3170.3335.69
Hex1B859B53E027be4624
Octal332052331231604727610644
Binary110111000010110011011101001111100100111101111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,133,155); }

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

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

 a { background-color: rgb(27,133,155); }

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

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

 span { border-color: rgb(27,133,155); }

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