Html Css Color HEX #20619A Endeavour

📋 copy color: '#20619A'

red 32 ◦ green 97 ◦ blue 154

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

Shades of Endeavour #20619A

Tints of Endeavour #20619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 11.31%
G = 34.28%
B = 54.42%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20619A (or 0x20619A) is known color: Endeavour. HEX triplet: 20, 61 and 9A. RGB value is (32,97,154). Sum of RGB (Red+Green+Blue) = 32+97+154=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #20619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20619A is #DF9E65. Grayscale: #535353. Windows color (decimal): -14655078 or 10117408. OLE color: 10117408.

HSL color Cylindrical-coordinate representation of color #20619A: hue angle of 208.03º 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 #20619A is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 97 154 -
CMYK 0.79 0.37 0 0.40
HSL 208.03º 0.66% 0.36% -
HSV(B) 208.03º 0.79% 0.6% -
XYZ 10.7 11.19 32.17 -
YUV 84.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 32 97 154 0.79 0.37 0 0.40 208.03 0.66 0.36
Hex 20 61 9A 4F 25 0 28 D0 42 24
Octal 40 141 232 117 45 0 50 320 102 44
Binary 100000 1100001 10011010 1001111 100101 0 101000 11010000 1000010 100100

Color Harmonies of #20619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20619A

Black with #20619A

Text Example


Text Example

White with #20619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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