Html Css Color HEX #20599E Endeavour

📋 copy color: '#20599E'

red 32 ◦ green 89 ◦ blue 158

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

Shades of Endeavour #20599E

Tints of Endeavour #20599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 158 (62.11% from 255) = 56.63%

R = 11.47%
G = 31.9%
B = 56.63%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20599E (or 0x20599E) is known color: Endeavour. HEX triplet: 20, 59 and 9E. RGB value is (32,89,158). Sum of RGB (Red+Green+Blue) = 32+89+158=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #20599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20599E is #DFA661. Grayscale: #4F4F4F. Windows color (decimal): -14657122 or 10377504. OLE color: 10377504.

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

Color convert

RGB 32 89 158 -
CMYK 0.80 0.44 0 0.38
HSL 212.86º 0.66% 0.37% -
HSV(B) 212.86º 0.8% 0.62% -
XYZ 10.34 9.92 33.72 -
YUV 79.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 32 89 158 0.80 0.44 0 0.38 212.86 0.66 0.37
Hex 20 59 9E 50 2C 0 26 D5 42 25
Octal 40 131 236 120 54 0 46 325 102 45
Binary 100000 1011001 10011110 1010000 101100 0 100110 11010101 1000010 100101

Color Harmonies of #20599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20599E

Black with #20599E

Text Example


Text Example

White with #20599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20599E; }

 p { color: rgb(32,89,158); }

 H1.HeaderClassName
 {
   color: #20599E;
 }
 .AnyTagClassName
 {
   color: #20599E;
 }
</style>

background-color css

<style>
 a { background-color: #20599E; }

 a { background-color: rgb(32,89,158); }

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

border-color css

<style>
 span { border-color: #20599E; }

 span { border-color: rgb(32,89,158); }

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