Html Css Color HEX #116099 Endeavour

📋 copy color: '#116099'

red 17 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #116099

Tints of Endeavour #116099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 6.39%
G = 36.09%
B = 57.52%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#116099 (or 0x116099) is known color: Endeavour. HEX triplet: 11, 60 and 99. RGB value is (17,96,153). Sum of RGB (Red+Green+Blue) = 17+96+153=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #116099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116099 is #EE9F66. Grayscale: #4E4E4E. Windows color (decimal): -15638375 or 10051601. OLE color: 10051601.

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

Color convert

RGB 17 96 153 -
CMYK 0.89 0.37 0 0.4
HSL 205.15º 0.8% 0.33% -
HSV(B) 205.15º 0.89% 0.6% -
XYZ 10.16 10.78 31.68 -
YUV 78.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 17 96 153 0.89 0.37 0 0.4 205.15 0.8 0.33
Hex 11 60 99 59 25 0 28 CD 50 21
Octal 21 140 231 131 45 0 50 315 120 41
Binary 10001 1100000 10011001 1011001 100101 0 101000 11001101 1010000 100001

Color Harmonies of #116099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116099

Black with #116099

Text Example


Text Example

White with #116099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116099; }

 p { color: rgb(17,96,153); }

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

background-color css

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

 a { background-color: rgb(17,96,153); }

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

border-color css

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

 span { border-color: rgb(17,96,153); }

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