Html Css Color HEX #20609B Endeavour

📋 copy color: '#20609B'

red 32 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #20609B

Tints of Endeavour #20609B

RGB

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

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

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

R = 11.31%
G = 33.92%
B = 54.77%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20609B (or 0x20609B) is known color: Endeavour. HEX triplet: 20, 60 and 9B. RGB value is (32,96,155). Sum of RGB (Red+Green+Blue) = 32+96+155=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #20609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20609B is #DF9F64. Grayscale: #535353. Windows color (decimal): -14655333 or 10182688. OLE color: 10182688.

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

Color convert

RGB 32 96 155 -
CMYK 0.79 0.38 0 0.39
HSL 208.78º 0.66% 0.37% -
HSV(B) 208.78º 0.79% 0.61% -
XYZ 10.69 11.04 32.58 -
YUV 83.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 32 96 155 0.79 0.38 0 0.39 208.78 0.66 0.37
Hex 20 60 9B 4F 26 0 27 D1 42 25
Octal 40 140 233 117 46 0 47 321 102 45
Binary 100000 1100000 10011011 1001111 100110 0 100111 11010001 1000010 100101

Color Harmonies of #20609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20609B

Black with #20609B

Text Example


Text Example

White with #20609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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