Html Css Color HEX #115997 Endeavour

📋 copy color: '#115997'

red 17 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #115997

Tints of Endeavour #115997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

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

R = 6.61%
G = 34.63%
B = 58.75%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115997 (or 0x115997) is known color: Endeavour. HEX triplet: 11, 59 and 97. RGB value is (17,89,151). Sum of RGB (Red+Green+Blue) = 17+89+151=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #115997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115997 is #EEA668. Grayscale: #4A4A4A. Windows color (decimal): -15640169 or 9918737. OLE color: 9918737.

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

Color convert

RGB 17 89 151 -
CMYK 0.89 0.41 0 0.41
HSL 207.76º 0.8% 0.33% -
HSV(B) 207.76º 0.89% 0.59% -
XYZ 9.39 9.5 30.62 -
YUV 74.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 17 89 151 0.89 0.41 0 0.41 207.76 0.8 0.33
Hex 11 59 97 59 29 0 29 D0 50 21
Octal 21 131 227 131 51 0 51 320 120 41
Binary 10001 1011001 10010111 1011001 101001 0 101001 11010000 1010000 100001

Color Harmonies of #115997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115997

Black with #115997

Text Example


Text Example

White with #115997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115997; }

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

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

background-color css

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

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

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

border-color css

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

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

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