Html Css Color HEX #116495 Endeavour

📋 copy color: '#116495'

red 17 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #116495

Tints of Endeavour #116495

RGB

 RED value IS 17 (7.03% from 255) = 6.39%

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 6.39%
G = 37.59%
B = 56.02%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116495 (or 0x116495) is known color: Endeavour. HEX triplet: 11, 64 and 95. RGB value is (17,100,149). Sum of RGB (Red+Green+Blue) = 17+100+149=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #116495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116495 is #EE9B6A. Grayscale: #505050. Windows color (decimal): -15637355 or 9790481. OLE color: 9790481.

HSL color Cylindrical-coordinate representation of color #116495: hue angle of 202.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116495 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 100 149 -
CMYK 0.89 0.33 0 0.42
HSL 202.27º 0.8% 0.33% -
HSV(B) 202.27º 0.89% 0.58% -
XYZ 10.21 11.4 30.1 -
YUV 80.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 17 100 149 0.89 0.33 0 0.42 202.27 0.8 0.33
Hex 11 64 95 59 21 0 2A CA 50 21
Octal 21 144 225 131 41 0 52 312 120 41
Binary 10001 1100100 10010101 1011001 100001 0 101010 11001010 1010000 100001

Color Harmonies of #116495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116495

Black with #116495

Text Example


Text Example

White with #116495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116495; }

 p { color: rgb(17,100,149); }

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

background-color css

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

 a { background-color: rgb(17,100,149); }

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

border-color css

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

 span { border-color: rgb(17,100,149); }

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