Html Css Color HEX #115D9E Endeavour

📋 copy color: '#115D9E'

red 17 ◦ green 93 ◦ blue 158

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

Shades of Endeavour #115D9E

Tints of Endeavour #115D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 6.34%
G = 34.7%
B = 58.96%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#115D9E (or 0x115D9E) is known color: Endeavour. HEX triplet: 11, 5D and 9E. RGB value is (17,93,158). Sum of RGB (Red+Green+Blue) = 17+93+158=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #115D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D9E is #EEA261. Grayscale: #4D4D4D. Windows color (decimal): -15639138 or 10378513. OLE color: 10378513.

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

Color convert

RGB 17 93 158 -
CMYK 0.89 0.41 0 0.38
HSL 207.66º 0.81% 0.34% -
HSV(B) 207.66º 0.89% 0.62% -
XYZ 10.32 10.42 33.81 -
YUV 77.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 17 93 158 0.89 0.41 0 0.38 207.66 0.81 0.34
Hex 11 5D 9E 59 29 0 26 D0 51 22
Octal 21 135 236 131 51 0 46 320 121 42
Binary 10001 1011101 10011110 1011001 101001 0 100110 11010000 1010001 100010

Color Harmonies of #115D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D9E

Black with #115D9E

Text Example


Text Example

White with #115D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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