Html Css Color HEX #205A8A Endeavour

📋 copy color: '#205A8A'

red 32 ◦ green 90 ◦ blue 138

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

Shades of Endeavour #205A8A

Tints of Endeavour #205A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 12.31%
G = 34.62%
B = 53.08%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205A8A (or 0x205A8A) is known color: Endeavour. HEX triplet: 20, 5A and 8A. RGB value is (32,90,138). Sum of RGB (Red+Green+Blue) = 32+90+138=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #205A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A8A is #DFA575. Grayscale: #4D4D4D. Windows color (decimal): -14656886 or 9067040. OLE color: 9067040.

HSL color Cylindrical-coordinate representation of color #205A8A: hue angle of 207.17º 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 #205A8A is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 90 138 -
CMYK 0.77 0.35 0 0.46
HSL 207.17º 0.62% 0.33% -
HSV(B) 207.17º 0.77% 0.54% -
XYZ 8.84 9.45 25.4 -
YUV 78.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 32 90 138 0.77 0.35 0 0.46 207.17 0.62 0.33
Hex 20 5A 8A 4D 23 0 2E CF 3E 21
Octal 40 132 212 115 43 0 56 317 76 41
Binary 100000 1011010 10001010 1001101 100011 0 101110 11001111 111110 100001

Color Harmonies of #205A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A8A

Black with #205A8A

Text Example


Text Example

White with #205A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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