Html Css Color HEX #20949A Java

📋 copy color: '#20949A'

red 32 ◦ green 148 ◦ blue 154

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

Shades of Java #20949A

Tints of Java #20949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 9.58%
G = 44.31%
B = 46.11%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20949A (or 0x20949A) is known color: Java. HEX triplet: 20, 94 and 9A. RGB value is (32,148,154). Sum of RGB (Red+Green+Blue) = 32+148+154=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #20949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949A is #DF6B65. Grayscale: #717171. Windows color (decimal): -14642022 or 10130464. OLE color: 10130464.

HSL color Cylindrical-coordinate representation of color #20949A: hue angle of 182.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20949A is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 148 154 -
CMYK 0.79 0.04 0 0.40
HSL 182.95º 0.66% 0.36% -
HSV(B) 182.95º 0.79% 0.6% -
XYZ 17.02 23.82 34.27 -
YUV 114 150.57 69.51 -
System Red Green Blue C M Y K H S L
Decimal 32 148 154 0.79 0.04 0 0.40 182.95 0.66 0.36
Hex 20 94 9A 4F 4 0 28 B7 42 24
Octal 40 224 232 117 4 0 50 267 102 44
Binary 100000 10010100 10011010 1001111 100 0 101000 10110111 1000010 100100

Color Harmonies of #20949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20949A

Black with #20949A

Text Example


Text Example

White with #20949A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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