Html Css Color HEX #205E94 Endeavour

📋 copy color: '#205E94'

red 32 ◦ green 94 ◦ blue 148

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

Shades of Endeavour #205E94

Tints of Endeavour #205E94

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 11.68%
G = 34.31%
B = 54.01%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205E94 (or 0x205E94) is known color: Endeavour. HEX triplet: 20, 5E and 94. RGB value is (32,94,148). Sum of RGB (Red+Green+Blue) = 32+94+148=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #205E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E94 is #DFA16B. Grayscale: #515151. Windows color (decimal): -14655852 or 9723424. OLE color: 9723424.

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

Color convert

RGB 32 94 148 -
CMYK 0.78 0.36 0 0.42
HSL 207.93º 0.64% 0.35% -
HSV(B) 207.93º 0.78% 0.58% -
XYZ 9.94 10.45 29.51 -
YUV 81.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 32 94 148 0.78 0.36 0 0.42 207.93 0.64 0.35
Hex 20 5E 94 4E 24 0 2A D0 40 23
Octal 40 136 224 116 44 0 52 320 100 43
Binary 100000 1011110 10010100 1001110 100100 0 101010 11010000 1000000 100011

Color Harmonies of #205E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E94

Black with #205E94

Text Example


Text Example

White with #205E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,94,148); }

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

background-color css

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

 a { background-color: rgb(32,94,148); }

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

border-color css

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

 span { border-color: rgb(32,94,148); }

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