Html Css Color HEX #115691 Endeavour

📋 copy color: '#115691'

red 17 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #115691

Tints of Endeavour #115691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 6.85%
G = 34.68%
B = 58.47%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115691 (or 0x115691) is known color: Endeavour. HEX triplet: 11, 56 and 91. RGB value is (17,86,145). Sum of RGB (Red+Green+Blue) = 17+86+145=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #115691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115691 is #EEA96E. Grayscale: #474747. Windows color (decimal): -15640943 or 9524753. OLE color: 9524753.

HSL color Cylindrical-coordinate representation of color #115691: hue angle of 207.66º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115691 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 86 145 -
CMYK 0.88 0.41 0 0.43
HSL 207.66º 0.79% 0.32% -
HSV(B) 207.66º 0.88% 0.57% -
XYZ 8.67 8.82 28.03 -
YUV 72.1 169.14 88.7 -
System Red Green Blue C M Y K H S L
Decimal 17 86 145 0.88 0.41 0 0.43 207.66 0.79 0.32
Hex 11 56 91 58 29 0 2B D0 4F 20
Octal 21 126 221 130 51 0 53 320 117 40
Binary 10001 1010110 10010001 1011000 101001 0 101011 11010000 1001111 100000

Color Harmonies of #115691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115691

Black with #115691

Text Example


Text Example

White with #115691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115691; }

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

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

background-color css

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

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

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

border-color css

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

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

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