Html Css Color HEX #116199 Endeavour

📋 copy color: '#116199'

red 17 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #116199

Tints of Endeavour #116199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

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

R = 6.37%
G = 36.33%
B = 57.3%

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

#116199 (or 0x116199) is known color: Endeavour. HEX triplet: 11, 61 and 99. RGB value is (17,97,153). Sum of RGB (Red+Green+Blue) = 17+97+153=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #116199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116199 is #EE9E66. Grayscale: #4F4F4F. Windows color (decimal): -15638119 or 10051857. OLE color: 10051857.

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

Color convert

RGB 17 97 153 -
CMYK 0.89 0.37 0 0.4
HSL 204.71º 0.8% 0.33% -
HSV(B) 204.71º 0.89% 0.6% -
XYZ 10.26 10.97 31.71 -
YUV 79.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 17 97 153 0.89 0.37 0 0.4 204.71 0.8 0.33
Hex 11 61 99 59 25 0 28 CD 50 21
Octal 21 141 231 131 45 0 50 315 120 41
Binary 10001 1100001 10011001 1011001 100101 0 101000 11001101 1010000 100001

Color Harmonies of #116199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116199

Black with #116199

Text Example


Text Example

White with #116199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116199; }

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

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

background-color css

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

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

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

border-color css

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

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

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