Html Css Color HEX #20868E Java

📋 copy color: '#20868E'

red 32 ◦ green 134 ◦ blue 142

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

Shades of Java #20868E

Tints of Java #20868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

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

R = 10.39%
G = 43.51%
B = 46.1%

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

#20868E (or 0x20868E) is known color: Java. HEX triplet: 20, 86 and 8E. RGB value is (32,134,142). Sum of RGB (Red+Green+Blue) = 32+134+142=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #20868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20868E is #DF7971. Grayscale: #686868. Windows color (decimal): -14645618 or 9340448. OLE color: 9340448.

HSL color Cylindrical-coordinate representation of color #20868E: hue angle of 184.36º 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 #20868E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 134 142 -
CMYK 0.77 0.06 0 0.44
HSL 184.36º 0.63% 0.34% -
HSV(B) 184.36º 0.77% 0.56% -
XYZ 14 19.31 28.58 -
YUV 104.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 32 134 142 0.77 0.06 0 0.44 184.36 0.63 0.34
Hex 20 86 8E 4D 6 0 2C B8 3F 22
Octal 40 206 216 115 6 0 54 270 77 42
Binary 100000 10000110 10001110 1001101 110 0 101100 10111000 111111 100010

Color Harmonies of #20868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20868E

Black with #20868E

Text Example


Text Example

White with #20868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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