Html Css Color HEX #205D93 Endeavour

📋 copy color: '#205D93'

red 32 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #205D93

Tints of Endeavour #205D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

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

R = 11.76%
G = 34.19%
B = 54.04%

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

#205D93 (or 0x205D93) is known color: Endeavour. HEX triplet: 20, 5D and 93. RGB value is (32,93,147). Sum of RGB (Red+Green+Blue) = 32+93+147=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #205D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D93 is #DFA26C. Grayscale: #505050. Windows color (decimal): -14656109 or 9657632. OLE color: 9657632.

HSL color Cylindrical-coordinate representation of color #205D93: hue angle of 208.17º 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 #205D93 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 93 147 -
CMYK 0.78 0.37 0 0.42
HSL 208.17º 0.64% 0.35% -
HSV(B) 208.17º 0.78% 0.58% -
XYZ 9.78 10.24 29.07 -
YUV 80.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 32 93 147 0.78 0.37 0 0.42 208.17 0.64 0.35
Hex 20 5D 93 4E 25 0 2A D0 40 23
Octal 40 135 223 116 45 0 52 320 100 43
Binary 100000 1011101 10010011 1001110 100101 0 101010 11010000 1000000 100011

Color Harmonies of #205D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D93

Black with #205D93

Text Example


Text Example

White with #205D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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