Html Css Color HEX #206098 Endeavour

📋 copy color: '#206098'

red 32 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #206098

Tints of Endeavour #206098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 11.43%
G = 34.29%
B = 54.29%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#206098 (or 0x206098) is known color: Endeavour. HEX triplet: 20, 60 and 98. RGB value is (32,96,152). Sum of RGB (Red+Green+Blue) = 32+96+152=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #206098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206098 is #DF9F67. Grayscale: #525252. Windows color (decimal): -14655336 or 9986080. OLE color: 9986080.

HSL color Cylindrical-coordinate representation of color #206098: hue angle of 208º 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 #206098 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 96 152 -
CMYK 0.79 0.37 0 0.40
HSL 208º 0.65% 0.36% -
HSV(B) 208º 0.79% 0.6% -
XYZ 10.45 10.94 31.27 -
YUV 83.25 166.8 91.45 -
System Red Green Blue C M Y K H S L
Decimal 32 96 152 0.79 0.37 0 0.40 208 0.65 0.36
Hex 20 60 98 4F 25 0 28 D0 41 24
Octal 40 140 230 117 45 0 50 320 101 44
Binary 100000 1100000 10011000 1001111 100101 0 101000 11010000 1000001 100100

Color Harmonies of #206098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206098

Black with #206098

Text Example


Text Example

White with #206098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206098; }

 p { color: rgb(32,96,152); }

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

background-color css

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

 a { background-color: rgb(32,96,152); }

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

border-color css

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

 span { border-color: rgb(32,96,152); }

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