Html Css Color HEX #205B9C Endeavour

📋 copy color: '#205B9C'

red 32 ◦ green 91 ◦ blue 156

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

Shades of Endeavour #205B9C

Tints of Endeavour #205B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.91%

R = 11.47%
G = 32.62%
B = 55.91%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#205B9C (or 0x205B9C) is known color: Endeavour. HEX triplet: 20, 5B and 9C. RGB value is (32,91,156). Sum of RGB (Red+Green+Blue) = 32+91+156=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #205B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B9C is #DFA463. Grayscale: #505050. Windows color (decimal): -14656612 or 10246944. OLE color: 10246944.

HSL color Cylindrical-coordinate representation of color #205B9C: hue angle of 211.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205B9C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 91 156 -
CMYK 0.79 0.42 0 0.39
HSL 211.45º 0.66% 0.37% -
HSV(B) 211.45º 0.79% 0.61% -
XYZ 10.34 10.19 32.87 -
YUV 80.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 32 91 156 0.79 0.42 0 0.39 211.45 0.66 0.37
Hex 20 5B 9C 4F 2A 0 27 D3 42 25
Octal 40 133 234 117 52 0 47 323 102 45
Binary 100000 1011011 10011100 1001111 101010 0 100111 11010011 1000010 100101

Color Harmonies of #205B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B9C

Black with #205B9C

Text Example


Text Example

White with #205B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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