Html Css Color HEX #206595 Endeavour

📋 copy color: '#206595'

red 32 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #206595

Tints of Endeavour #206595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 11.35%
G = 35.82%
B = 52.84%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206595 (or 0x206595) is known color: Endeavour. HEX triplet: 20, 65 and 95. RGB value is (32,101,149). Sum of RGB (Red+Green+Blue) = 32+101+149=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #206595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206595 is #DF9A6A. Grayscale: #555555. Windows color (decimal): -14654059 or 9790752. OLE color: 9790752.

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

Color convert

RGB 32 101 149 -
CMYK 0.79 0.32 0 0.42
HSL 204.62º 0.65% 0.35% -
HSV(B) 204.62º 0.79% 0.58% -
XYZ 10.67 11.78 30.15 -
YUV 85.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 32 101 149 0.79 0.32 0 0.42 204.62 0.65 0.35
Hex 20 65 95 4F 20 0 2A CD 41 23
Octal 40 145 225 117 40 0 52 315 101 43
Binary 100000 1100101 10010101 1001111 100000 0 101010 11001101 1000001 100011

Color Harmonies of #206595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206595

Black with #206595

Text Example


Text Example

White with #206595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206595; }

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

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

background-color css

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

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

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

border-color css

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

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

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