Html Css Color HEX #205B91 Endeavour

📋 copy color: '#205B91'

red 32 ◦ green 91 ◦ blue 145

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

Shades of Endeavour #205B91

Tints of Endeavour #205B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 11.94%
G = 33.96%
B = 54.1%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205B91 (or 0x205B91) is known color: Endeavour. HEX triplet: 20, 5B and 91. RGB value is (32,91,145). Sum of RGB (Red+Green+Blue) = 32+91+145=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #205B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B91 is #DFA46E. Grayscale: #4F4F4F. Windows color (decimal): -14656623 or 9526048. OLE color: 9526048.

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

Color convert

RGB 32 91 145 -
CMYK 0.78 0.37 0 0.43
HSL 208.67º 0.64% 0.35% -
HSV(B) 208.67º 0.78% 0.57% -
XYZ 9.45 9.83 28.19 -
YUV 79.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 32 91 145 0.78 0.37 0 0.43 208.67 0.64 0.35
Hex 20 5B 91 4E 25 0 2B D1 40 23
Octal 40 133 221 116 45 0 53 321 100 43
Binary 100000 1011011 10010001 1001110 100101 0 101011 11010001 1000000 100011

Color Harmonies of #205B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B91

Black with #205B91

Text Example


Text Example

White with #205B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,91,145); }

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

background-color css

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

 a { background-color: rgb(32,91,145); }

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

border-color css

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

 span { border-color: rgb(32,91,145); }

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