Html Css Color HEX #205893 Endeavour

📋 copy color: '#205893'

red 32 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #205893

Tints of Endeavour #205893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.96%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 11.99%
G = 32.96%
B = 55.06%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205893 (or 0x205893) is known color: Endeavour. HEX triplet: 20, 58 and 93. RGB value is (32,88,147). Sum of RGB (Red+Green+Blue) = 32+88+147=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #205893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205893 is #DFA76C. Grayscale: #4D4D4D. Windows color (decimal): -14657389 or 9656352. OLE color: 9656352.

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

Color convert

RGB 32 88 147 -
CMYK 0.78 0.40 0 0.42
HSL 210.78º 0.64% 0.35% -
HSV(B) 210.78º 0.78% 0.58% -
XYZ 9.35 9.39 28.92 -
YUV 77.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 32 88 147 0.78 0.40 0 0.42 210.78 0.64 0.35
Hex 20 58 93 4E 28 0 2A D3 40 23
Octal 40 130 223 116 50 0 52 323 100 43
Binary 100000 1011000 10010011 1001110 101000 0 101010 11010011 1000000 100011

Color Harmonies of #205893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205893

Black with #205893

Text Example


Text Example

White with #205893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205893; }

 p { color: rgb(32,88,147); }

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

background-color css

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

 a { background-color: rgb(32,88,147); }

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

border-color css

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

 span { border-color: rgb(32,88,147); }

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