Html Css Color HEX #116497 Endeavour

📋 copy color: '#116497'

red 17 ◦ green 100 ◦ blue 151

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

Shades of Endeavour #116497

Tints of Endeavour #116497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 6.34%
G = 37.31%
B = 56.34%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116497 (or 0x116497) is known color: Endeavour. HEX triplet: 11, 64 and 97. RGB value is (17,100,151). Sum of RGB (Red+Green+Blue) = 17+100+151=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #116497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116497 is #EE9B68. Grayscale: #505050. Windows color (decimal): -15637353 or 9921553. OLE color: 9921553.

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

Color convert

RGB 17 100 151 -
CMYK 0.89 0.34 0 0.41
HSL 202.84º 0.8% 0.33% -
HSV(B) 202.84º 0.89% 0.59% -
XYZ 10.37 11.47 30.94 -
YUV 81 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 17 100 151 0.89 0.34 0 0.41 202.84 0.8 0.33
Hex 11 64 97 59 22 0 29 CB 50 21
Octal 21 144 227 131 42 0 51 313 120 41
Binary 10001 1100100 10010111 1011001 100010 0 101001 11001011 1010000 100001

Color Harmonies of #116497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116497

Black with #116497

Text Example


Text Example

White with #116497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116497; }

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

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

background-color css

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

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

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

border-color css

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

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

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