Html Css Color HEX #206790 Endeavour

📋 copy color: '#206790'

red 32 ◦ green 103 ◦ blue 144

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

Shades of Endeavour #206790

Tints of Endeavour #206790

RGB

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

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

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

R = 11.47%
G = 36.92%
B = 51.61%

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

#206790 (or 0x206790) is known color: Endeavour. HEX triplet: 20, 67 and 90. RGB value is (32,103,144). Sum of RGB (Red+Green+Blue) = 32+103+144=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #206790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206790 is #DF986F. Grayscale: #565656. Windows color (decimal): -14653552 or 9463584. OLE color: 9463584.

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

Color convert

RGB 32 103 144 -
CMYK 0.78 0.28 0 0.44
HSL 201.96º 0.64% 0.35% -
HSV(B) 201.96º 0.78% 0.56% -
XYZ 10.48 12.02 28.15 -
YUV 86.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 32 103 144 0.78 0.28 0 0.44 201.96 0.64 0.35
Hex 20 67 90 4E 1C 0 2C CA 40 23
Octal 40 147 220 116 34 0 54 312 100 43
Binary 100000 1100111 10010000 1001110 11100 0 101100 11001010 1000000 100011

Color Harmonies of #206790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206790

Black with #206790

Text Example


Text Example

White with #206790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206790; }

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

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

background-color css

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

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

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

border-color css

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

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

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