Html Css Color HEX #205092 Endeavour

📋 copy color: '#205092'

red 32 ◦ green 80 ◦ blue 146

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

Shades of Endeavour #205092

Tints of Endeavour #205092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 12.4%
G = 31.01%
B = 56.59%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205092 (or 0x205092) is known color: Endeavour. HEX triplet: 20, 50 and 92. RGB value is (32,80,146). Sum of RGB (Red+Green+Blue) = 32+80+146=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #205092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205092 is #DFAF6D. Grayscale: #484848. Windows color (decimal): -14659438 or 9588768. OLE color: 9588768.

HSL color Cylindrical-coordinate representation of color #205092: hue angle of 214.74º 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 #205092 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 80 146 -
CMYK 0.78 0.45 0 0.43
HSL 214.74º 0.64% 0.35% -
HSV(B) 214.74º 0.78% 0.57% -
XYZ 8.65 8.12 28.31 -
YUV 73.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 32 80 146 0.78 0.45 0 0.43 214.74 0.64 0.35
Hex 20 50 92 4E 2D 0 2B D7 40 23
Octal 40 120 222 116 55 0 53 327 100 43
Binary 100000 1010000 10010010 1001110 101101 0 101011 11010111 1000000 100011

Color Harmonies of #205092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205092

Black with #205092

Text Example


Text Example

White with #205092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205092; }

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

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

background-color css

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

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

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

border-color css

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

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

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