Html Css Color HEX #205F8B Endeavour

📋 copy color: '#205F8B'

red 32 ◦ green 95 ◦ blue 139

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

Shades of Endeavour #205F8B

Tints of Endeavour #205F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 12.03%
G = 35.71%
B = 52.26%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#205F8B (or 0x205F8B) is known color: Endeavour. HEX triplet: 20, 5F and 8B. RGB value is (32,95,139). Sum of RGB (Red+Green+Blue) = 32+95+139=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #205F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F8B is #DFA074. Grayscale: #505050. Windows color (decimal): -14655605 or 9133856. OLE color: 9133856.

HSL color Cylindrical-coordinate representation of color #205F8B: hue angle of 204.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205F8B is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 95 139 -
CMYK 0.77 0.32 0 0.45
HSL 204.67º 0.63% 0.34% -
HSV(B) 204.67º 0.77% 0.55% -
XYZ 9.35 10.36 25.93 -
YUV 81.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 32 95 139 0.77 0.32 0 0.45 204.67 0.63 0.34
Hex 20 5F 8B 4D 20 0 2D CD 3F 22
Octal 40 137 213 115 40 0 55 315 77 42
Binary 100000 1011111 10001011 1001101 100000 0 101101 11001101 111111 100010

Color Harmonies of #205F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F8B

Black with #205F8B

Text Example


Text Example

White with #205F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,95,139); }

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

background-color css

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

 a { background-color: rgb(32,95,139); }

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

border-color css

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

 span { border-color: rgb(32,95,139); }

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