Html Css Color HEX #205B90 Endeavour

📋 copy color: '#205B90'

red 32 ◦ green 91 ◦ blue 144

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

Shades of Endeavour #205B90

Tints of Endeavour #205B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 11.99%
G = 34.08%
B = 53.93%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#205B90 (or 0x205B90) is known color: Endeavour. HEX triplet: 20, 5B and 90. RGB value is (32,91,144). Sum of RGB (Red+Green+Blue) = 32+91+144=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #205B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B90 is #DFA46F. Grayscale: #4F4F4F. Windows color (decimal): -14656624 or 9460512. OLE color: 9460512.

HSL color Cylindrical-coordinate representation of color #205B90: hue angle of 208.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205B90 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 91 144 -
CMYK 0.78 0.37 0 0.44
HSL 208.39º 0.64% 0.35% -
HSV(B) 208.39º 0.78% 0.56% -
XYZ 9.37 9.8 27.78 -
YUV 79.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 32 91 144 0.78 0.37 0 0.44 208.39 0.64 0.35
Hex 20 5B 90 4E 25 0 2C D0 40 23
Octal 40 133 220 116 45 0 54 320 100 43
Binary 100000 1011011 10010000 1001110 100101 0 101100 11010000 1000000 100011

Color Harmonies of #205B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B90

Black with #205B90

Text Example


Text Example

White with #205B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205B90; }

 p { color: rgb(32,91,144); }

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

background-color css

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

 a { background-color: rgb(32,91,144); }

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

border-color css

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

 span { border-color: rgb(32,91,144); }

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