Html Css Color HEX #20496F Venice Blue

📋 copy color: '#20496F'

red 32 ◦ green 73 ◦ blue 111

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

Shades of Venice Blue #20496F

Tints of Venice Blue #20496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 14.81%
G = 33.8%
B = 51.39%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20496F (or 0x20496F) is known color: Venice Blue. HEX triplet: 20, 49 and 6F. RGB value is (32,73,111). Sum of RGB (Red+Green+Blue) = 32+73+111=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #20496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496F is #DFB690. Grayscale: #404040. Windows color (decimal): -14661265 or 7293216. OLE color: 7293216.

HSL color Cylindrical-coordinate representation of color #20496F: hue angle of 208.86º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20496F is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 73 111 -
CMYK 0.71 0.34 0 0.56
HSL 208.86º 0.55% 0.28% -
HSV(B) 208.86º 0.71% 0.44% -
XYZ 5.85 6.22 15.93 -
YUV 65.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 32 73 111 0.71 0.34 0 0.56 208.86 0.55 0.28
Hex 20 49 6F 47 22 0 38 D1 37 1C
Octal 40 111 157 107 42 0 70 321 67 34
Binary 100000 1001001 1101111 1000111 100010 0 111000 11010001 110111 11100

Color Harmonies of #20496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20496F

Black with #20496F

Text Example


Text Example

White with #20496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,73,111); }

 H1.HeaderClassName
 {
   color: #20496F;
 }
 .AnyTagClassName
 {
   color: #20496F;
 }
</style>

background-color css

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

 a { background-color: rgb(32,73,111); }

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

border-color css

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

 span { border-color: rgb(32,73,111); }

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