#1B84A3

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

Shades of Scooter #1B84A3

Tints of Scooter #1B84A3

Color information

#1B84A3 (or 0x1B84A3) is unknown color: approx Scooter. HEX triplet: 1B, 84 and A3. RGB value is (27,132,163). Sum of RGB (Red+Green+Blue) = 27+132+163=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B84A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B84A3 is #E47B5C. Grayscale: #676767. Windows color (decimal): -14973789 or 10716187. OLE color: 10716187.

HSL color Cylindrical-coordinate representation of color #1B84A3: hue angle of 193.68º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B84A3 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB27132163-
CMYK0.830.1900.36
HSL193.68º71.58%37.25%-
HSV(B)193.68º83.44%63.92%-
XYZ15.3119.3837.58-
YUV104.14161.2172.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.39%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 163 (64.06% from 255) = 50.62%
R=8.39%
G=40.99%
B=50.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271321630.830.1900.36193.6871.5837.25
Hex1B84A35313024c24825
Octal332042431232304430211045
Binary1101110000100101000111010011100110100100110000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B84A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,163); }

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

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

 a { background-color: rgb(27,132,163); }

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

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

 span { border-color: rgb(27,132,163); }

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