Html Css Color HEX #20858E Java

📋 copy color: '#20858E'

red 32 ◦ green 133 ◦ blue 142

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

Shades of Java #20858E

Tints of Java #20858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 10.42%
G = 43.32%
B = 46.25%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20858E (or 0x20858E) is known color: Java. HEX triplet: 20, 85 and 8E. RGB value is (32,133,142). Sum of RGB (Red+Green+Blue) = 32+133+142=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #20858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20858E is #DF7A71. Grayscale: #676767. Windows color (decimal): -14645874 or 9340192. OLE color: 9340192.

HSL color Cylindrical-coordinate representation of color #20858E: hue angle of 184.91º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20858E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 133 142 -
CMYK 0.77 0.06 0 0.44
HSL 184.91º 0.63% 0.34% -
HSV(B) 184.91º 0.77% 0.56% -
XYZ 13.87 19.04 28.53 -
YUV 103.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 32 133 142 0.77 0.06 0 0.44 184.91 0.63 0.34
Hex 20 85 8E 4D 6 0 2C B9 3F 22
Octal 40 205 216 115 6 0 54 271 77 42
Binary 100000 10000101 10001110 1001101 110 0 101100 10111001 111111 100010

Color Harmonies of #20858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20858E

Black with #20858E

Text Example


Text Example

White with #20858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20858E; }

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

 H1.HeaderClassName
 {
   color: #20858E;
 }
 .AnyTagClassName
 {
   color: #20858E;
 }
</style>

background-color css

<style>
 a { background-color: #20858E; }

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

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

border-color css

<style>
 span { border-color: #20858E; }

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

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