Html Css Color HEX #205D96 Endeavour

📋 copy color: '#205D96'

red 32 ◦ green 93 ◦ blue 150

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

Shades of Endeavour #205D96

Tints of Endeavour #205D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 11.64%
G = 33.82%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#205D96 (or 0x205D96) is known color: Endeavour. HEX triplet: 20, 5D and 96. RGB value is (32,93,150). Sum of RGB (Red+Green+Blue) = 32+93+150=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #205D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D96 is #DFA269. Grayscale: #505050. Windows color (decimal): -14656106 or 9854240. OLE color: 9854240.

HSL color Cylindrical-coordinate representation of color #205D96: hue angle of 208.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205D96 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 93 150 -
CMYK 0.79 0.38 0 0.41
HSL 208.98º 0.65% 0.36% -
HSV(B) 208.98º 0.79% 0.59% -
XYZ 10.02 10.34 30.32 -
YUV 81.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 32 93 150 0.79 0.38 0 0.41 208.98 0.65 0.36
Hex 20 5D 96 4F 26 0 29 D1 41 24
Octal 40 135 226 117 46 0 51 321 101 44
Binary 100000 1011101 10010110 1001111 100110 0 101001 11010001 1000001 100100

Color Harmonies of #205D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D96

Black with #205D96

Text Example


Text Example

White with #205D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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