Html Css Color HEX #20599B Endeavour

📋 copy color: '#20599B'

red 32 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #20599B

Tints of Endeavour #20599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 11.59%
G = 32.25%
B = 56.16%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20599B (or 0x20599B) is known color: Endeavour. HEX triplet: 20, 59 and 9B. RGB value is (32,89,155). Sum of RGB (Red+Green+Blue) = 32+89+155=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #20599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20599B is #DFA664. Grayscale: #4F4F4F. Windows color (decimal): -14657125 or 10180896. OLE color: 10180896.

HSL color Cylindrical-coordinate representation of color #20599B: hue angle of 212.2º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20599B is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 89 155 -
CMYK 0.79 0.43 0 0.39
HSL 212.2º 0.66% 0.37% -
HSV(B) 212.2º 0.79% 0.61% -
XYZ 10.08 9.82 32.37 -
YUV 79.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 32 89 155 0.79 0.43 0 0.39 212.2 0.66 0.37
Hex 20 59 9B 4F 2B 0 27 D4 42 25
Octal 40 131 233 117 53 0 47 324 102 45
Binary 100000 1011001 10011011 1001111 101011 0 100111 11010100 1000010 100101

Color Harmonies of #20599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20599B

Black with #20599B

Text Example


Text Example

White with #20599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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