Html Css Color HEX #206793 Endeavour

📋 copy color: '#206793'

red 32 ◦ green 103 ◦ blue 147

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

Shades of Endeavour #206793

Tints of Endeavour #206793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 11.35%
G = 36.52%
B = 52.13%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206793 (or 0x206793) is known color: Endeavour. HEX triplet: 20, 67 and 93. RGB value is (32,103,147). Sum of RGB (Red+Green+Blue) = 32+103+147=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #206793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206793 is #DF986C. Grayscale: #565656. Windows color (decimal): -14653549 or 9660192. OLE color: 9660192.

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

Color convert

RGB 32 103 147 -
CMYK 0.78 0.30 0 0.42
HSL 202.96º 0.64% 0.35% -
HSV(B) 202.96º 0.78% 0.58% -
XYZ 10.71 12.11 29.38 -
YUV 86.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 32 103 147 0.78 0.30 0 0.42 202.96 0.64 0.35
Hex 20 67 93 4E 1E 0 2A CB 40 23
Octal 40 147 223 116 36 0 52 313 100 43
Binary 100000 1100111 10010011 1001110 11110 0 101010 11001011 1000000 100011

Color Harmonies of #206793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206793

Black with #206793

Text Example


Text Example

White with #206793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206793; }

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

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

background-color css

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

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

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

border-color css

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

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

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