Html Css Color HEX #115697 Endeavour

📋 copy color: '#115697'

red 17 ◦ green 86 ◦ blue 151

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

Shades of Endeavour #115697

Tints of Endeavour #115697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 6.69%
G = 33.86%
B = 59.45%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115697 (or 0x115697) is known color: Endeavour. HEX triplet: 11, 56 and 97. RGB value is (17,86,151). Sum of RGB (Red+Green+Blue) = 17+86+151=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #115697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115697 is #EEA968. Grayscale: #484848. Windows color (decimal): -15640937 or 9917969. OLE color: 9917969.

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

Color convert

RGB 17 86 151 -
CMYK 0.89 0.43 0 0.41
HSL 209.1º 0.8% 0.33% -
HSV(B) 209.1º 0.89% 0.59% -
XYZ 9.14 9.01 30.54 -
YUV 72.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 17 86 151 0.89 0.43 0 0.41 209.1 0.8 0.33
Hex 11 56 97 59 2B 0 29 D1 50 21
Octal 21 126 227 131 53 0 51 321 120 41
Binary 10001 1010110 10010111 1011001 101011 0 101001 11010001 1010000 100001

Color Harmonies of #115697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115697

Black with #115697

Text Example


Text Example

White with #115697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115697; }

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

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

background-color css

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

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

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

border-color css

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

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

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