Html Css Color HEX #115491 Endeavour

📋 copy color: '#115491'

red 17 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #115491

Tints of Endeavour #115491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 6.91%
G = 34.15%
B = 58.94%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115491 (or 0x115491) is known color: Endeavour. HEX triplet: 11, 54 and 91. RGB value is (17,84,145). Sum of RGB (Red+Green+Blue) = 17+84+145=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #115491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115491 is #EEAB6E. Grayscale: #464646. Windows color (decimal): -15641455 or 9524241. OLE color: 9524241.

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

Color convert

RGB 17 84 145 -
CMYK 0.88 0.42 0 0.43
HSL 208.59º 0.79% 0.32% -
HSV(B) 208.59º 0.88% 0.57% -
XYZ 8.51 8.5 27.98 -
YUV 70.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 17 84 145 0.88 0.42 0 0.43 208.59 0.79 0.32
Hex 11 54 91 58 2A 0 2B D1 4F 20
Octal 21 124 221 130 52 0 53 321 117 40
Binary 10001 1010100 10010001 1011000 101010 0 101011 11010001 1001111 100000

Color Harmonies of #115491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115491

Black with #115491

Text Example


Text Example

White with #115491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115491; }

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

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

background-color css

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

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

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

border-color css

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

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

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