Html Css Color HEX #205A9D Endeavour

📋 copy color: '#205A9D'

red 32 ◦ green 90 ◦ blue 157

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

Shades of Endeavour #205A9D

Tints of Endeavour #205A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 11.47%
G = 32.26%
B = 56.27%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#205A9D (or 0x205A9D) is known color: Endeavour. HEX triplet: 20, 5A and 9D. RGB value is (32,90,157). Sum of RGB (Red+Green+Blue) = 32+90+157=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #205A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A9D is #DFA562. Grayscale: #4F4F4F. Windows color (decimal): -14656867 or 10312224. OLE color: 10312224.

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

Color convert

RGB 32 90 157 -
CMYK 0.80 0.43 0 0.38
HSL 212.16º 0.66% 0.37% -
HSV(B) 212.16º 0.8% 0.62% -
XYZ 10.34 10.05 33.29 -
YUV 80.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 32 90 157 0.80 0.43 0 0.38 212.16 0.66 0.37
Hex 20 5A 9D 50 2B 0 26 D4 42 25
Octal 40 132 235 120 53 0 46 324 102 45
Binary 100000 1011010 10011101 1010000 101011 0 100110 11010100 1000010 100101

Color Harmonies of #205A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A9D

Black with #205A9D

Text Example


Text Example

White with #205A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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