Html Css Color HEX #20949D Java

📋 copy color: '#20949D'

red 32 ◦ green 148 ◦ blue 157

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

Shades of Java #20949D

Tints of Java #20949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 9.5%
G = 43.92%
B = 46.59%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20949D (or 0x20949D) is known color: Java. HEX triplet: 20, 94 and 9D. RGB value is (32,148,157). Sum of RGB (Red+Green+Blue) = 32+148+157=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #20949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949D is #DF6B62. Grayscale: #727272. Windows color (decimal): -14642019 or 10327072. OLE color: 10327072.

HSL color Cylindrical-coordinate representation of color #20949D: hue angle of 184.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20949D is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 148 157 -
CMYK 0.80 0.06 0 0.38
HSL 184.32º 0.66% 0.37% -
HSV(B) 184.32º 0.8% 0.62% -
XYZ 17.27 23.92 35.61 -
YUV 114.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 32 148 157 0.80 0.06 0 0.38 184.32 0.66 0.37
Hex 20 94 9D 50 6 0 26 B8 42 25
Octal 40 224 235 120 6 0 46 270 102 45
Binary 100000 10010100 10011101 1010000 110 0 100110 10111000 1000010 100101

Color Harmonies of #20949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20949D

Black with #20949D

Text Example


Text Example

White with #20949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20949D; }

 p { color: rgb(32,148,157); }

 H1.HeaderClassName
 {
   color: #20949D;
 }
 .AnyTagClassName
 {
   color: #20949D;
 }
</style>

background-color css

<style>
 a { background-color: #20949D; }

 a { background-color: rgb(32,148,157); }

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

border-color css

<style>
 span { border-color: #20949D; }

 span { border-color: rgb(32,148,157); }

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