Html Css Color HEX #205F91 Endeavour

📋 copy color: '#205F91'

red 32 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #205F91

Tints of Endeavour #205F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 11.76%
G = 34.93%
B = 53.31%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205F91 (or 0x205F91) is known color: Endeavour. HEX triplet: 20, 5F and 91. RGB value is (32,95,145). Sum of RGB (Red+Green+Blue) = 32+95+145=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #205F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F91 is #DFA06E. Grayscale: #515151. Windows color (decimal): -14655599 or 9527072. OLE color: 9527072.

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

Color convert

RGB 32 95 145 -
CMYK 0.78 0.34 0 0.43
HSL 206.55º 0.64% 0.35% -
HSV(B) 206.55º 0.78% 0.57% -
XYZ 9.8 10.54 28.31 -
YUV 81.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 32 95 145 0.78 0.34 0 0.43 206.55 0.64 0.35
Hex 20 5F 91 4E 22 0 2B CF 40 23
Octal 40 137 221 116 42 0 53 317 100 43
Binary 100000 1011111 10010001 1001110 100010 0 101011 11001111 1000000 100011

Color Harmonies of #205F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F91

Black with #205F91

Text Example


Text Example

White with #205F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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