Html Css Color HEX #115D9C Endeavour

📋 copy color: '#115D9C'

red 17 ◦ green 93 ◦ blue 156

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

Shades of Endeavour #115D9C

Tints of Endeavour #115D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.65%

R = 6.39%
G = 34.96%
B = 58.65%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#115D9C (or 0x115D9C) is known color: Endeavour. HEX triplet: 11, 5D and 9C. RGB value is (17,93,156). Sum of RGB (Red+Green+Blue) = 17+93+156=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #115D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D9C is #EEA263. Grayscale: #4D4D4D. Windows color (decimal): -15639140 or 10247441. OLE color: 10247441.

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

Color convert

RGB 17 93 156 -
CMYK 0.89 0.40 0 0.39
HSL 207.19º 0.8% 0.34% -
HSV(B) 207.19º 0.89% 0.61% -
XYZ 10.15 10.35 32.92 -
YUV 77.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 17 93 156 0.89 0.40 0 0.39 207.19 0.8 0.34
Hex 11 5D 9C 59 28 0 27 CF 50 22
Octal 21 135 234 131 50 0 47 317 120 42
Binary 10001 1011101 10011100 1011001 101000 0 100111 11001111 1010000 100010

Color Harmonies of #115D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D9C

Black with #115D9C

Text Example


Text Example

White with #115D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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