#20949F

Color #20949F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #20949F

Tints of Java #20949F

Color information

#20949F (or 0x20949F) is unknown color: approx Java. HEX triplet: 20, 94 and 9F. RGB value is (32,148,159). Sum of RGB (Red+Green+Blue) = 32+148+159=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #20949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949F is #DF6B60. Grayscale: #727272. Windows color (decimal): -14642017 or 10458144. OLE color: 10458144.

HSL color Cylindrical-coordinate representation of color #20949F: hue angle of 185.2º 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 #20949F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32148159-
CMYK0.800.0700.38
HSL185.2º66.49%37.45%-
HSV(B)185.2º79.87%62.35%-
XYZ17.4423.9936.51-
YUV114.57153.0769.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.44%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=9.44%
G=43.66%
B=46.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321481590.800.0700.38185.266.4937.45
Hex20949F507026b94225
Octal40224237120704627110245
Binary100000100101001001111110100001110100110101110011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20949F;
 }
 .AnyTagClassName
 {
   color: #20949F;
 }
</style>
background-color css

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

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

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

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

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

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