Html Css Color HEX #205C93 Endeavour

📋 copy color: '#205C93'

red 32 ◦ green 92 ◦ blue 147

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

Shades of Endeavour #205C93

Tints of Endeavour #205C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 11.81%
G = 33.95%
B = 54.24%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205C93 (or 0x205C93) is known color: Endeavour. HEX triplet: 20, 5C and 93. RGB value is (32,92,147). Sum of RGB (Red+Green+Blue) = 32+92+147=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #205C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C93 is #DFA36C. Grayscale: #505050. Windows color (decimal): -14656365 or 9657376. OLE color: 9657376.

HSL color Cylindrical-coordinate representation of color #205C93: hue angle of 208.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205C93 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 92 147 -
CMYK 0.78 0.37 0 0.42
HSL 208.7º 0.64% 0.35% -
HSV(B) 208.7º 0.78% 0.58% -
XYZ 9.69 10.07 29.04 -
YUV 80.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 32 92 147 0.78 0.37 0 0.42 208.7 0.64 0.35
Hex 20 5C 93 4E 25 0 2A D1 40 23
Octal 40 134 223 116 45 0 52 321 100 43
Binary 100000 1011100 10010011 1001110 100101 0 101010 11010001 1000000 100011

Color Harmonies of #205C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C93

Black with #205C93

Text Example


Text Example

White with #205C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,92,147); }

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

background-color css

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

 a { background-color: rgb(32,92,147); }

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

border-color css

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

 span { border-color: rgb(32,92,147); }

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