Html Css Color HEX #20569F Endeavour

📋 copy color: '#20569F'

red 32 ◦ green 86 ◦ blue 159

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

Shades of Endeavour #20569F

Tints of Endeavour #20569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 11.55%
G = 31.05%
B = 57.4%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20569F (or 0x20569F) is known color: Endeavour. HEX triplet: 20, 56 and 9F. RGB value is (32,86,159). Sum of RGB (Red+Green+Blue) = 32+86+159=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #20569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20569F is #DFA960. Grayscale: #4D4D4D. Windows color (decimal): -14657889 or 10442272. OLE color: 10442272.

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

Color convert

RGB 32 86 159 -
CMYK 0.80 0.46 0 0.38
HSL 214.49º 0.66% 0.37% -
HSV(B) 214.49º 0.8% 0.62% -
XYZ 10.18 9.47 34.09 -
YUV 78.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 32 86 159 0.80 0.46 0 0.38 214.49 0.66 0.37
Hex 20 56 9F 50 2E 0 26 D6 42 25
Octal 40 126 237 120 56 0 46 326 102 45
Binary 100000 1010110 10011111 1010000 101110 0 100110 11010110 1000010 100101

Color Harmonies of #20569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20569F

Black with #20569F

Text Example


Text Example

White with #20569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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