Html Css Color HEX #206992 Endeavour

📋 copy color: '#206992'

red 32 ◦ green 105 ◦ blue 146

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

Shades of Endeavour #206992

Tints of Endeavour #206992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 11.31%
G = 37.1%
B = 51.59%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206992 (or 0x206992) is known color: Endeavour. HEX triplet: 20, 69 and 92. RGB value is (32,105,146). Sum of RGB (Red+Green+Blue) = 32+105+146=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #206992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206992 is #DF966D. Grayscale: #575757. Windows color (decimal): -14653038 or 9595168. OLE color: 9595168.

HSL color Cylindrical-coordinate representation of color #206992: hue angle of 201.58º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206992 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 105 146 -
CMYK 0.78 0.28 0 0.43
HSL 201.58º 0.64% 0.35% -
HSV(B) 201.58º 0.78% 0.57% -
XYZ 10.84 12.49 29.03 -
YUV 87.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 32 105 146 0.78 0.28 0 0.43 201.58 0.64 0.35
Hex 20 69 92 4E 1C 0 2B CA 40 23
Octal 40 151 222 116 34 0 53 312 100 43
Binary 100000 1101001 10010010 1001110 11100 0 101011 11001010 1000000 100011

Color Harmonies of #206992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206992

Black with #206992

Text Example


Text Example

White with #206992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206992; }

 p { color: rgb(32,105,146); }

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

background-color css

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

 a { background-color: rgb(32,105,146); }

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

border-color css

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

 span { border-color: rgb(32,105,146); }

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