Html Css Color HEX #20949F Java

📋 copy color: '#20949F'

red 32 ◦ green 148 ◦ blue 159

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

Shades of Java #20949F

Tints of Java #20949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 9.44%
G = 43.66%
B = 46.9%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20949F (or 0x20949F) is known color: 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

RGB 32 148 159 -
CMYK 0.80 0.07 0 0.38
HSL 185.2º 0.66% 0.37% -
HSV(B) 185.2º 0.8% 0.62% -
XYZ 17.44 23.99 36.51 -
YUV 114.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 32 148 159 0.80 0.07 0 0.38 185.2 0.66 0.37
Hex 20 94 9F 50 7 0 26 B9 42 25
Octal 40 224 237 120 7 0 46 271 102 45
Binary 100000 10010100 10011111 1010000 111 0 100110 10111001 1000010 100101

Color Harmonies of #20949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20949F

Black with #20949F

Text Example


Text Example

White with #20949F

Text Example


Text Example

HTML Codes & Css Web 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>