Html Css Color HEX #205D98 Endeavour

📋 copy color: '#205D98'

red 32 ◦ green 93 ◦ blue 152

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

Shades of Endeavour #205D98

Tints of Endeavour #205D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.57%

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 11.55%
G = 33.57%
B = 54.87%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205D98 (or 0x205D98) is known color: Endeavour. HEX triplet: 20, 5D and 98. RGB value is (32,93,152). Sum of RGB (Red+Green+Blue) = 32+93+152=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #205D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D98 is #DFA267. Grayscale: #515151. Windows color (decimal): -14656104 or 9985312. OLE color: 9985312.

HSL color Cylindrical-coordinate representation of color #205D98: hue angle of 209.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205D98 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 93 152 -
CMYK 0.79 0.39 0 0.40
HSL 209.5º 0.65% 0.36% -
HSV(B) 209.5º 0.79% 0.6% -
XYZ 10.18 10.4 31.18 -
YUV 81.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 32 93 152 0.79 0.39 0 0.40 209.5 0.65 0.36
Hex 20 5D 98 4F 27 0 28 D2 41 24
Octal 40 135 230 117 47 0 50 322 101 44
Binary 100000 1011101 10011000 1001111 100111 0 101000 11010010 1000001 100100

Color Harmonies of #205D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D98

Black with #205D98

Text Example


Text Example

White with #205D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,93,152); }

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

background-color css

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

 a { background-color: rgb(32,93,152); }

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

border-color css

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

 span { border-color: rgb(32,93,152); }

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