Html Css Color HEX #20848E Java

📋 copy color: '#20848E'

red 32 ◦ green 132 ◦ blue 142

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

Shades of Java #20848E

Tints of Java #20848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

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

R = 10.46%
G = 43.14%
B = 46.41%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20848E (or 0x20848E) is known color: Java. HEX triplet: 20, 84 and 8E. RGB value is (32,132,142). Sum of RGB (Red+Green+Blue) = 32+132+142=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #20848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20848E is #DF7B71. Grayscale: #676767. Windows color (decimal): -14646130 or 9339936. OLE color: 9339936.

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

Color convert

RGB 32 132 142 -
CMYK 0.77 0.07 0 0.44
HSL 185.45º 0.63% 0.34% -
HSV(B) 185.45º 0.77% 0.56% -
XYZ 13.73 18.76 28.49 -
YUV 103.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 32 132 142 0.77 0.07 0 0.44 185.45 0.63 0.34
Hex 20 84 8E 4D 7 0 2C B9 3F 22
Octal 40 204 216 115 7 0 54 271 77 42
Binary 100000 10000100 10001110 1001101 111 0 101100 10111001 111111 100010

Color Harmonies of #20848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20848E

Black with #20848E

Text Example


Text Example

White with #20848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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