Html Css Color HEX #115B9B Endeavour

📋 copy color: '#115B9B'

red 17 ◦ green 91 ◦ blue 155

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

Shades of Endeavour #115B9B

Tints of Endeavour #115B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.6%

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 6.46%
G = 34.6%
B = 58.94%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#115B9B (or 0x115B9B) is known color: Endeavour. HEX triplet: 11, 5B and 9B. RGB value is (17,91,155). Sum of RGB (Red+Green+Blue) = 17+91+155=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #115B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B9B is #EEA464. Grayscale: #4B4B4B. Windows color (decimal): -15639653 or 10181393. OLE color: 10181393.

HSL color Cylindrical-coordinate representation of color #115B9B: hue angle of 207.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115B9B is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 91 155 -
CMYK 0.89 0.41 0 0.39
HSL 207.83º 0.8% 0.34% -
HSV(B) 207.83º 0.89% 0.61% -
XYZ 9.89 9.97 32.41 -
YUV 76.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 17 91 155 0.89 0.41 0 0.39 207.83 0.8 0.34
Hex 11 5B 9B 59 29 0 27 D0 50 22
Octal 21 133 233 131 51 0 47 320 120 42
Binary 10001 1011011 10011011 1011001 101001 0 100111 11010000 1010000 100010

Color Harmonies of #115B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B9B

Black with #115B9B

Text Example


Text Example

White with #115B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B9B; }

 p { color: rgb(17,91,155); }

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

background-color css

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

 a { background-color: rgb(17,91,155); }

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

border-color css

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

 span { border-color: rgb(17,91,155); }

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