Html Css Color HEX #205A98 Endeavour

📋 copy color: '#205A98'

red 32 ◦ green 90 ◦ blue 152

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

Shades of Endeavour #205A98

Tints of Endeavour #205A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 11.68%
G = 32.85%
B = 55.47%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205A98 (or 0x205A98) is known color: Endeavour. HEX triplet: 20, 5A and 98. RGB value is (32,90,152). Sum of RGB (Red+Green+Blue) = 32+90+152=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #205A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A98 is #DFA567. Grayscale: #4F4F4F. Windows color (decimal): -14656872 or 9984544. OLE color: 9984544.

HSL color Cylindrical-coordinate representation of color #205A98: hue angle of 211º 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 #205A98 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 90 152 -
CMYK 0.79 0.41 0 0.40
HSL 211º 0.65% 0.36% -
HSV(B) 211º 0.79% 0.6% -
XYZ 9.92 9.89 31.09 -
YUV 79.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 32 90 152 0.79 0.41 0 0.40 211 0.65 0.36
Hex 20 5A 98 4F 29 0 28 D3 41 24
Octal 40 132 230 117 51 0 50 323 101 44
Binary 100000 1011010 10011000 1001111 101001 0 101000 11010011 1000001 100100

Color Harmonies of #205A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A98

Black with #205A98

Text Example


Text Example

White with #205A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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