Html Css Color HEX #206791 Endeavour

📋 copy color: '#206791'

red 32 ◦ green 103 ◦ blue 145

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

Shades of Endeavour #206791

Tints of Endeavour #206791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 11.43%
G = 36.79%
B = 51.79%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206791 (or 0x206791) is known color: Endeavour. HEX triplet: 20, 67 and 91. RGB value is (32,103,145). Sum of RGB (Red+Green+Blue) = 32+103+145=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #206791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206791 is #DF986E. Grayscale: #565656. Windows color (decimal): -14653551 or 9529120. OLE color: 9529120.

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

Color convert

RGB 32 103 145 -
CMYK 0.78 0.29 0 0.43
HSL 202.3º 0.64% 0.35% -
HSV(B) 202.3º 0.78% 0.57% -
XYZ 10.56 12.05 28.56 -
YUV 86.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 32 103 145 0.78 0.29 0 0.43 202.3 0.64 0.35
Hex 20 67 91 4E 1D 0 2B CA 40 23
Octal 40 147 221 116 35 0 53 312 100 43
Binary 100000 1100111 10010001 1001110 11101 0 101011 11001010 1000000 100011

Color Harmonies of #206791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206791

Black with #206791

Text Example


Text Example

White with #206791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206791; }

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

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

background-color css

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

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

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

border-color css

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

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

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