Html Css Color HEX #206991 Endeavour

📋 copy color: '#206991'

red 32 ◦ green 105 ◦ blue 145

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

Shades of Endeavour #206991

Tints of Endeavour #206991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 11.35%
G = 37.23%
B = 51.42%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206991 (or 0x206991) is known color: Endeavour. HEX triplet: 20, 69 and 91. RGB value is (32,105,145). Sum of RGB (Red+Green+Blue) = 32+105+145=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #206991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206991 is #DF966E. Grayscale: #575757. Windows color (decimal): -14653039 or 9529632. OLE color: 9529632.

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

Color convert

RGB 32 105 145 -
CMYK 0.78 0.28 0 0.43
HSL 201.24º 0.64% 0.35% -
HSV(B) 201.24º 0.78% 0.57% -
XYZ 10.76 12.45 28.63 -
YUV 87.73 160.32 88.25 -
System Red Green Blue C M Y K H S L
Decimal 32 105 145 0.78 0.28 0 0.43 201.24 0.64 0.35
Hex 20 69 91 4E 1C 0 2B C9 40 23
Octal 40 151 221 116 34 0 53 311 100 43
Binary 100000 1101001 10010001 1001110 11100 0 101011 11001001 1000000 100011

Color Harmonies of #206991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206991

Black with #206991

Text Example


Text Example

White with #206991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206991; }

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

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

background-color css

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

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

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

border-color css

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

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

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