Html Css Color HEX #206596 Endeavour

📋 copy color: '#206596'

red 32 ◦ green 101 ◦ blue 150

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

Shades of Endeavour #206596

Tints of Endeavour #206596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 150 (58.98% from 255) = 53%

R = 11.31%
G = 35.69%
B = 53%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#206596 (or 0x206596) is known color: Endeavour. HEX triplet: 20, 65 and 96. RGB value is (32,101,150). Sum of RGB (Red+Green+Blue) = 32+101+150=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #206596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206596 is #DF9A69. Grayscale: #555555. Windows color (decimal): -14654058 or 9856288. OLE color: 9856288.

HSL color Cylindrical-coordinate representation of color #206596: hue angle of 204.92º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206596 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 101 150 -
CMYK 0.79 0.33 0 0.41
HSL 204.92º 0.65% 0.36% -
HSV(B) 204.92º 0.79% 0.59% -
XYZ 10.75 11.82 30.57 -
YUV 85.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 32 101 150 0.79 0.33 0 0.41 204.92 0.65 0.36
Hex 20 65 96 4F 21 0 29 CD 41 24
Octal 40 145 226 117 41 0 51 315 101 44
Binary 100000 1100101 10010110 1001111 100001 0 101001 11001101 1000001 100100

Color Harmonies of #206596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206596

Black with #206596

Text Example


Text Example

White with #206596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206596; }

 p { color: rgb(32,101,150); }

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

background-color css

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

 a { background-color: rgb(32,101,150); }

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

border-color css

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

 span { border-color: rgb(32,101,150); }

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