Html Css Color HEX #20859B Scooter

📋 copy color: '#20859B'

red 32 ◦ green 133 ◦ blue 155

#20859B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #20859B

Tints of Scooter #20859B

RGB

 RED value IS 32 (12.89% from 255) = 10%

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 10%
G = 41.56%
B = 48.44%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20859B (or 0x20859B) is known color: Scooter. HEX triplet: 20, 85 and 9B. RGB value is (32,133,155). Sum of RGB (Red+Green+Blue) = 32+133+155=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #20859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20859B is #DF7A64. Grayscale: #696969. Windows color (decimal): -14645861 or 10192160. OLE color: 10192160.

HSL color Cylindrical-coordinate representation of color #20859B: hue angle of 190.73º 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 #20859B is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 133 155 -
CMYK 0.79 0.14 0 0.39
HSL 190.73º 0.66% 0.37% -
HSV(B) 190.73º 0.79% 0.61% -
XYZ 14.9 19.45 33.98 -
YUV 105.31 156.04 75.71 -
System Red Green Blue C M Y K H S L
Decimal 32 133 155 0.79 0.14 0 0.39 190.73 0.66 0.37
Hex 20 85 9B 4F E 0 27 BF 42 25
Octal 40 205 233 117 16 0 47 277 102 45
Binary 100000 10000101 10011011 1001111 1110 0 100111 10111111 1000010 100101

Color Harmonies of #20859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20859B

Black with #20859B

Text Example


Text Example

White with #20859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20859B;
 }
 .AnyTagClassName
 {
   color: #20859B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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