Html Css Color HEX #205F93 Endeavour

📋 copy color: '#205F93'

red 32 ◦ green 95 ◦ blue 147

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

Shades of Endeavour #205F93

Tints of Endeavour #205F93

RGB

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

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

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

R = 11.68%
G = 34.67%
B = 53.65%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205F93 (or 0x205F93) is known color: Endeavour. HEX triplet: 20, 5F and 93. RGB value is (32,95,147). Sum of RGB (Red+Green+Blue) = 32+95+147=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #205F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F93 is #DFA06C. Grayscale: #515151. Windows color (decimal): -14655597 or 9658144. OLE color: 9658144.

HSL color Cylindrical-coordinate representation of color #205F93: hue angle of 207.13º 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 #205F93 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 95 147 -
CMYK 0.78 0.35 0 0.42
HSL 207.13º 0.64% 0.35% -
HSV(B) 207.13º 0.78% 0.58% -
XYZ 9.95 10.6 29.12 -
YUV 82.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 32 95 147 0.78 0.35 0 0.42 207.13 0.64 0.35
Hex 20 5F 93 4E 23 0 2A CF 40 23
Octal 40 137 223 116 43 0 52 317 100 43
Binary 100000 1011111 10010011 1001110 100011 0 101010 11001111 1000000 100011

Color Harmonies of #205F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F93

Black with #205F93

Text Example


Text Example

White with #205F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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