Html Css Color HEX #115695 Endeavour

📋 copy color: '#115695'

red 17 ◦ green 86 ◦ blue 149

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

Shades of Endeavour #115695

Tints of Endeavour #115695

RGB

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

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

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

R = 6.75%
G = 34.13%
B = 59.13%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115695 (or 0x115695) is known color: Endeavour. HEX triplet: 11, 56 and 95. RGB value is (17,86,149). Sum of RGB (Red+Green+Blue) = 17+86+149=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #115695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115695 is #EEA96A. Grayscale: #484848. Windows color (decimal): -15640939 or 9786897. OLE color: 9786897.

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

Color convert

RGB 17 86 149 -
CMYK 0.89 0.42 0 0.42
HSL 208.64º 0.8% 0.33% -
HSV(B) 208.64º 0.89% 0.58% -
XYZ 8.98 8.94 29.69 -
YUV 72.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 17 86 149 0.89 0.42 0 0.42 208.64 0.8 0.33
Hex 11 56 95 59 2A 0 2A D1 50 21
Octal 21 126 225 131 52 0 52 321 120 41
Binary 10001 1010110 10010101 1011001 101010 0 101010 11010001 1010000 100001

Color Harmonies of #115695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115695

Black with #115695

Text Example


Text Example

White with #115695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115695; }

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

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

background-color css

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

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

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

border-color css

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

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

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