Html Css Color HEX #205D94 Endeavour

📋 copy color: '#205D94'

red 32 ◦ green 93 ◦ blue 148

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

Shades of Endeavour #205D94

Tints of Endeavour #205D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 11.72%
G = 34.07%
B = 54.21%

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

#205D94 (or 0x205D94) is known color: Endeavour. HEX triplet: 20, 5D and 94. RGB value is (32,93,148). Sum of RGB (Red+Green+Blue) = 32+93+148=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #205D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D94 is #DFA26B. Grayscale: #505050. Windows color (decimal): -14656108 or 9723168. OLE color: 9723168.

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

Color convert

RGB 32 93 148 -
CMYK 0.78 0.37 0 0.42
HSL 208.45º 0.64% 0.35% -
HSV(B) 208.45º 0.78% 0.58% -
XYZ 9.86 10.27 29.48 -
YUV 81.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 32 93 148 0.78 0.37 0 0.42 208.45 0.64 0.35
Hex 20 5D 94 4E 25 0 2A D0 40 23
Octal 40 135 224 116 45 0 52 320 100 43
Binary 100000 1011101 10010100 1001110 100101 0 101010 11010000 1000000 100011

Color Harmonies of #205D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D94

Black with #205D94

Text Example


Text Example

White with #205D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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