Html Css Color HEX #206890 Endeavour

📋 copy color: '#206890'

red 32 ◦ green 104 ◦ blue 144

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

Shades of Endeavour #206890

Tints of Endeavour #206890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 11.43%
G = 37.14%
B = 51.43%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#206890 (or 0x206890) is known color: Endeavour. HEX triplet: 20, 68 and 90. RGB value is (32,104,144). Sum of RGB (Red+Green+Blue) = 32+104+144=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #206890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206890 is #DF976F. Grayscale: #565656. Windows color (decimal): -14653296 or 9463840. OLE color: 9463840.

HSL color Cylindrical-coordinate representation of color #206890: hue angle of 201.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206890 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 104 144 -
CMYK 0.78 0.28 0 0.44
HSL 201.43º 0.64% 0.35% -
HSV(B) 201.43º 0.78% 0.56% -
XYZ 10.58 12.22 28.19 -
YUV 87.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 32 104 144 0.78 0.28 0 0.44 201.43 0.64 0.35
Hex 20 68 90 4E 1C 0 2C C9 40 23
Octal 40 150 220 116 34 0 54 311 100 43
Binary 100000 1101000 10010000 1001110 11100 0 101100 11001001 1000000 100011

Color Harmonies of #206890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206890

Black with #206890

Text Example


Text Example

White with #206890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206890; }

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

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

background-color css

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

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

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

border-color css

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

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

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