Html Css Color HEX #116197 Endeavour

📋 copy color: '#116197'

red 17 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #116197

Tints of Endeavour #116197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 6.42%
G = 36.6%
B = 56.98%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116197 (or 0x116197) is known color: Endeavour. HEX triplet: 11, 61 and 97. RGB value is (17,97,151). Sum of RGB (Red+Green+Blue) = 17+97+151=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #116197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116197 is #EE9E68. Grayscale: #4E4E4E. Windows color (decimal): -15638121 or 9920785. OLE color: 9920785.

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

Color convert

RGB 17 97 151 -
CMYK 0.89 0.36 0 0.41
HSL 204.18º 0.8% 0.33% -
HSV(B) 204.18º 0.89% 0.59% -
XYZ 10.09 10.9 30.85 -
YUV 79.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 17 97 151 0.89 0.36 0 0.41 204.18 0.8 0.33
Hex 11 61 97 59 24 0 29 CC 50 21
Octal 21 141 227 131 44 0 51 314 120 41
Binary 10001 1100001 10010111 1011001 100100 0 101001 11001100 1010000 100001

Color Harmonies of #116197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116197

Black with #116197

Text Example


Text Example

White with #116197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116197; }

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

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

background-color css

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

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

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

border-color css

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

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

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