Html Css Color HEX #116396 Endeavour

📋 copy color: '#116396'

red 17 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #116396

Tints of Endeavour #116396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 6.39%
G = 37.22%
B = 56.39%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116396 (or 0x116396) is known color: Endeavour. HEX triplet: 11, 63 and 96. RGB value is (17,99,150). Sum of RGB (Red+Green+Blue) = 17+99+150=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #116396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116396 is #EE9C69. Grayscale: #505050. Windows color (decimal): -15637610 or 9855761. OLE color: 9855761.

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

Color convert

RGB 17 99 150 -
CMYK 0.89 0.34 0 0.41
HSL 203.01º 0.8% 0.33% -
HSV(B) 203.01º 0.89% 0.59% -
XYZ 10.2 11.24 30.49 -
YUV 80.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 17 99 150 0.89 0.34 0 0.41 203.01 0.8 0.33
Hex 11 63 96 59 22 0 29 CB 50 21
Octal 21 143 226 131 42 0 51 313 120 41
Binary 10001 1100011 10010110 1011001 100010 0 101001 11001011 1010000 100001

Color Harmonies of #116396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116396

Black with #116396

Text Example


Text Example

White with #116396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116396; }

 p { color: rgb(17,99,150); }

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

background-color css

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

 a { background-color: rgb(17,99,150); }

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

border-color css

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

 span { border-color: rgb(17,99,150); }

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