#20819B

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

Shades of Scooter #20819B

Tints of Scooter #20819B

Color information

#20819B (or 0x20819B) is unknown color: approx Scooter. HEX triplet: 20, 81 and 9B. RGB value is (32,129,155). Sum of RGB (Red+Green+Blue) = 32+129+155=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #20819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20819B is #DF7E64. Grayscale: #666666. Windows color (decimal): -14646885 or 10191136. OLE color: 10191136.

HSL color Cylindrical-coordinate representation of color #20819B: hue angle of 192.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20819B is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32129155-
CMYK0.790.1700.39
HSL192.68º65.78%36.67%-
HSV(B)192.68º79.35%60.78%-
XYZ14.3618.3733.8-
YUV102.96157.3677.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=10.13%
G=40.82%
B=49.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321291550.790.1700.39192.6865.7836.67
Hex20819B4F11027c14225
Octal402012331172104730110245
Binary10000010000001100110111001111100010100111110000011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20819B; }

 p { color: rgb(32,129,155); }

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

<style>
 a { background-color: #20819B; }

 a { background-color: rgb(32,129,155); }

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

<style>
 span { border-color: #20819B; }

 span { border-color: rgb(32,129,155); }

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