Html Css Color HEX #20486F Venice Blue

📋 copy color: '#20486F'

red 32 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #20486F

Tints of Venice Blue #20486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

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

R = 14.88%
G = 33.49%
B = 51.63%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20486F (or 0x20486F) is known color: Venice Blue. HEX triplet: 20, 48 and 6F. RGB value is (32,72,111). Sum of RGB (Red+Green+Blue) = 32+72+111=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #20486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20486F is #DFB790. Grayscale: #404040. Windows color (decimal): -14661521 or 7292960. OLE color: 7292960.

HSL color Cylindrical-coordinate representation of color #20486F: hue angle of 209.62º 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 #20486F is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 72 111 -
CMYK 0.71 0.35 0 0.56
HSL 209.62º 0.55% 0.28% -
HSV(B) 209.62º 0.71% 0.44% -
XYZ 5.78 6.09 15.91 -
YUV 64.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 32 72 111 0.71 0.35 0 0.56 209.62 0.55 0.28
Hex 20 48 6F 47 23 0 38 D2 37 1C
Octal 40 110 157 107 43 0 70 322 67 34
Binary 100000 1001000 1101111 1000111 100011 0 111000 11010010 110111 11100

Color Harmonies of #20486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20486F

Black with #20486F

Text Example


Text Example

White with #20486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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