Html Css Color HEX #206493 Endeavour

📋 copy color: '#206493'

red 32 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #206493

Tints of Endeavour #206493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 11.47%
G = 35.84%
B = 52.69%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206493 (or 0x206493) is known color: Endeavour. HEX triplet: 20, 64 and 93. RGB value is (32,100,147). Sum of RGB (Red+Green+Blue) = 32+100+147=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #206493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206493 is #DF9B6C. Grayscale: #545454. Windows color (decimal): -14654317 or 9659424. OLE color: 9659424.

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

Color convert

RGB 32 100 147 -
CMYK 0.78 0.32 0 0.42
HSL 204.52º 0.64% 0.35% -
HSV(B) 204.52º 0.78% 0.58% -
XYZ 10.42 11.53 29.28 -
YUV 85.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 32 100 147 0.78 0.32 0 0.42 204.52 0.64 0.35
Hex 20 64 93 4E 20 0 2A CD 40 23
Octal 40 144 223 116 40 0 52 315 100 43
Binary 100000 1100100 10010011 1001110 100000 0 101010 11001101 1000000 100011

Color Harmonies of #206493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206493

Black with #206493

Text Example


Text Example

White with #206493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206493; }

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

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

background-color css

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

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

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

border-color css

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

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

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