Html Css Color HEX #115991 Endeavour

📋 copy color: '#115991'

red 17 ◦ green 89 ◦ blue 145

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

Shades of Endeavour #115991

Tints of Endeavour #115991

RGB

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

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

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

R = 6.77%
G = 35.46%
B = 57.77%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115991 (or 0x115991) is known color: Endeavour. HEX triplet: 11, 59 and 91. RGB value is (17,89,145). Sum of RGB (Red+Green+Blue) = 17+89+145=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #115991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115991 is #EEA66E. Grayscale: #494949. Windows color (decimal): -15640175 or 9525521. OLE color: 9525521.

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

Color convert

RGB 17 89 145 -
CMYK 0.88 0.39 0 0.43
HSL 206.25º 0.79% 0.32% -
HSV(B) 206.25º 0.88% 0.57% -
XYZ 8.91 9.31 28.11 -
YUV 73.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 17 89 145 0.88 0.39 0 0.43 206.25 0.79 0.32
Hex 11 59 91 58 27 0 2B CE 4F 20
Octal 21 131 221 130 47 0 53 316 117 40
Binary 10001 1011001 10010001 1011000 100111 0 101011 11001110 1001111 100000

Color Harmonies of #115991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115991

Black with #115991

Text Example


Text Example

White with #115991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115991; }

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

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

background-color css

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

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

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

border-color css

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

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

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