Html Css Color HEX #206199 Endeavour

📋 copy color: '#206199'

red 32 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #206199

Tints of Endeavour #206199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 11.35%
G = 34.4%
B = 54.26%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#206199 (or 0x206199) is known color: Endeavour. HEX triplet: 20, 61 and 99. RGB value is (32,97,153). Sum of RGB (Red+Green+Blue) = 32+97+153=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #206199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206199 is #DF9E66. Grayscale: #535353. Windows color (decimal): -14655079 or 10051872. OLE color: 10051872.

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

Color convert

RGB 32 97 153 -
CMYK 0.79 0.37 0 0.4
HSL 207.77º 0.65% 0.36% -
HSV(B) 207.77º 0.79% 0.6% -
XYZ 10.62 11.16 31.73 -
YUV 83.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 32 97 153 0.79 0.37 0 0.4 207.77 0.65 0.36
Hex 20 61 99 4F 25 0 28 D0 41 24
Octal 40 141 231 117 45 0 50 320 101 44
Binary 100000 1100001 10011001 1001111 100101 0 101000 11010000 1000001 100100

Color Harmonies of #206199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206199

Black with #206199

Text Example


Text Example

White with #206199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206199; }

 p { color: rgb(32,97,153); }

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

background-color css

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

 a { background-color: rgb(32,97,153); }

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

border-color css

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

 span { border-color: rgb(32,97,153); }

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