Html Css Color HEX #20609E Endeavour

📋 copy color: '#20609E'

red 32 ◦ green 96 ◦ blue 158

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

Shades of Endeavour #20609E

Tints of Endeavour #20609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 11.19%
G = 33.57%
B = 55.24%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20609E (or 0x20609E) is known color: Endeavour. HEX triplet: 20, 60 and 9E. RGB value is (32,96,158). Sum of RGB (Red+Green+Blue) = 32+96+158=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #20609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20609E is #DF9F61. Grayscale: #535353. Windows color (decimal): -14655330 or 10379296. OLE color: 10379296.

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

Color convert

RGB 32 96 158 -
CMYK 0.80 0.39 0 0.38
HSL 209.52º 0.66% 0.37% -
HSV(B) 209.52º 0.8% 0.62% -
XYZ 10.95 11.14 33.92 -
YUV 83.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 32 96 158 0.80 0.39 0 0.38 209.52 0.66 0.37
Hex 20 60 9E 50 27 0 26 D2 42 25
Octal 40 140 236 120 47 0 46 322 102 45
Binary 100000 1100000 10011110 1010000 100111 0 100110 11010010 1000010 100101

Color Harmonies of #20609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20609E

Black with #20609E

Text Example


Text Example

White with #20609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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