Html Css Color HEX #205E91 Endeavour

📋 copy color: '#205E91'

red 32 ◦ green 94 ◦ blue 145

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

Shades of Endeavour #205E91

Tints of Endeavour #205E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 11.81%
G = 34.69%
B = 53.51%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205E91 (or 0x205E91) is known color: Endeavour. HEX triplet: 20, 5E and 91. RGB value is (32,94,145). Sum of RGB (Red+Green+Blue) = 32+94+145=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #205E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E91 is #DFA16E. Grayscale: #515151. Windows color (decimal): -14655855 or 9526816. OLE color: 9526816.

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

Color convert

RGB 32 94 145 -
CMYK 0.78 0.35 0 0.43
HSL 207.08º 0.64% 0.35% -
HSV(B) 207.08º 0.78% 0.57% -
XYZ 9.71 10.36 28.28 -
YUV 81.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 32 94 145 0.78 0.35 0 0.43 207.08 0.64 0.35
Hex 20 5E 91 4E 23 0 2B CF 40 23
Octal 40 136 221 116 43 0 53 317 100 43
Binary 100000 1011110 10010001 1001110 100011 0 101011 11001111 1000000 100011

Color Harmonies of #205E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E91

Black with #205E91

Text Example


Text Example

White with #205E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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