Html Css Color HEX #20609A Endeavour

📋 copy color: '#20609A'

red 32 ◦ green 96 ◦ blue 154

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

Shades of Endeavour #20609A

Tints of Endeavour #20609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 11.35%
G = 34.04%
B = 54.61%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20609A (or 0x20609A) is known color: Endeavour. HEX triplet: 20, 60 and 9A. RGB value is (32,96,154). Sum of RGB (Red+Green+Blue) = 32+96+154=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #20609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20609A is #DF9F65. Grayscale: #535353. Windows color (decimal): -14655334 or 10117152. OLE color: 10117152.

HSL color Cylindrical-coordinate representation of color #20609A: hue angle of 208.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20609A is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 96 154 -
CMYK 0.79 0.38 0 0.40
HSL 208.52º 0.66% 0.36% -
HSV(B) 208.52º 0.79% 0.6% -
XYZ 10.61 11.01 32.14 -
YUV 83.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 32 96 154 0.79 0.38 0 0.40 208.52 0.66 0.36
Hex 20 60 9A 4F 26 0 28 D1 42 24
Octal 40 140 232 117 46 0 50 321 102 44
Binary 100000 1100000 10011010 1001111 100110 0 101000 11010001 1000010 100100

Color Harmonies of #20609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20609A

Black with #20609A

Text Example


Text Example

White with #20609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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