Html Css Color HEX #116194 Endeavour

📋 copy color: '#116194'

red 17 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #116194

Tints of Endeavour #116194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 6.49%
G = 37.02%
B = 56.49%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116194 (or 0x116194) is known color: Endeavour. HEX triplet: 11, 61 and 94. RGB value is (17,97,148). Sum of RGB (Red+Green+Blue) = 17+97+148=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #116194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116194 is #EE9E6B. Grayscale: #4E4E4E. Windows color (decimal): -15638124 or 9724177. OLE color: 9724177.

HSL color Cylindrical-coordinate representation of color #116194: hue angle of 203.36º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116194 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 97 148 -
CMYK 0.89 0.34 0 0.42
HSL 203.36º 0.79% 0.32% -
HSV(B) 203.36º 0.89% 0.58% -
XYZ 9.85 10.81 29.58 -
YUV 78.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 17 97 148 0.89 0.34 0 0.42 203.36 0.79 0.32
Hex 11 61 94 59 22 0 2A CB 4F 20
Octal 21 141 224 131 42 0 52 313 117 40
Binary 10001 1100001 10010100 1011001 100010 0 101010 11001011 1001111 100000

Color Harmonies of #116194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116194

Black with #116194

Text Example


Text Example

White with #116194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116194; }

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

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

background-color css

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

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

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

border-color css

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

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

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