Html Css Color HEX #115D9B Endeavour

📋 copy color: '#115D9B'

red 17 ◦ green 93 ◦ blue 155

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

Shades of Endeavour #115D9B

Tints of Endeavour #115D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

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

R = 6.42%
G = 35.09%
B = 58.49%

CMYK

 C value IS 0.89

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#115D9B (or 0x115D9B) is known color: Endeavour. HEX triplet: 11, 5D and 9B. RGB value is (17,93,155). Sum of RGB (Red+Green+Blue) = 17+93+155=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #115D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D9B is #EEA264. Grayscale: #4D4D4D. Windows color (decimal): -15639141 or 10181905. OLE color: 10181905.

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

Color convert

RGB 17 93 155 -
CMYK 0.89 0.4 0 0.39
HSL 206.96º 0.8% 0.34% -
HSV(B) 206.96º 0.89% 0.61% -
XYZ 10.06 10.31 32.47 -
YUV 77.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 17 93 155 0.89 0.4 0 0.39 206.96 0.8 0.34
Hex 11 5D 9B 59 28 0 27 CF 50 22
Octal 21 135 233 131 50 0 47 317 120 42
Binary 10001 1011101 10011011 1011001 101000 0 100111 11001111 1010000 100010

Color Harmonies of #115D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D9B

Black with #115D9B

Text Example


Text Example

White with #115D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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