Html Css Color HEX #205A89 Endeavour

📋 copy color: '#205A89'

red 32 ◦ green 90 ◦ blue 137

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

Shades of Endeavour #205A89

Tints of Endeavour #205A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 12.36%
G = 34.75%
B = 52.9%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205A89 (or 0x205A89) is known color: Endeavour. HEX triplet: 20, 5A and 89. RGB value is (32,90,137). Sum of RGB (Red+Green+Blue) = 32+90+137=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #205A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A89 is #DFA576. Grayscale: #4D4D4D. Windows color (decimal): -14656887 or 9001504. OLE color: 9001504.

HSL color Cylindrical-coordinate representation of color #205A89: hue angle of 206.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205A89 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 90 137 -
CMYK 0.77 0.34 0 0.46
HSL 206.86º 0.62% 0.33% -
HSV(B) 206.86º 0.77% 0.54% -
XYZ 8.77 9.43 25.02 -
YUV 78.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 32 90 137 0.77 0.34 0 0.46 206.86 0.62 0.33
Hex 20 5A 89 4D 22 0 2E CF 3E 21
Octal 40 132 211 115 42 0 56 317 76 41
Binary 100000 1011010 10001001 1001101 100010 0 101110 11001111 111110 100001

Color Harmonies of #205A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A89

Black with #205A89

Text Example


Text Example

White with #205A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205A89; }

 p { color: rgb(32,90,137); }

 H1.HeaderClassName
 {
   color: #205A89;
 }
 .AnyTagClassName
 {
   color: #205A89;
 }
</style>

background-color css

<style>
 a { background-color: #205A89; }

 a { background-color: rgb(32,90,137); }

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

border-color css

<style>
 span { border-color: #205A89; }

 span { border-color: rgb(32,90,137); }

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