Html Css Color HEX #206891 Endeavour

📋 copy color: '#206891'

red 32 ◦ green 104 ◦ blue 145

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

Shades of Endeavour #206891

Tints of Endeavour #206891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

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

R = 11.39%
G = 37.01%
B = 51.6%

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

#206891 (or 0x206891) is known color: Endeavour. HEX triplet: 20, 68 and 91. RGB value is (32,104,145). Sum of RGB (Red+Green+Blue) = 32+104+145=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #206891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206891 is #DF976E. Grayscale: #565656. Windows color (decimal): -14653295 or 9529376. OLE color: 9529376.

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

Color convert

RGB 32 104 145 -
CMYK 0.78 0.28 0 0.43
HSL 201.77º 0.64% 0.35% -
HSV(B) 201.77º 0.78% 0.57% -
XYZ 10.66 12.25 28.59 -
YUV 87.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 32 104 145 0.78 0.28 0 0.43 201.77 0.64 0.35
Hex 20 68 91 4E 1C 0 2B CA 40 23
Octal 40 150 221 116 34 0 53 312 100 43
Binary 100000 1101000 10010001 1001110 11100 0 101011 11001010 1000000 100011

Color Harmonies of #206891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206891

Black with #206891

Text Example


Text Example

White with #206891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206891; }

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

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

background-color css

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

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

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

border-color css

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

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

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