Html Css Color HEX #116198 Endeavour

📋 copy color: '#116198'

red 17 ◦ green 97 ◦ blue 152

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

Shades of Endeavour #116198

Tints of Endeavour #116198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 6.39%
G = 36.47%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116198 (or 0x116198) is known color: Endeavour. HEX triplet: 11, 61 and 98. RGB value is (17,97,152). Sum of RGB (Red+Green+Blue) = 17+97+152=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #116198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116198 is #EE9E67. Grayscale: #4F4F4F. Windows color (decimal): -15638120 or 9986321. OLE color: 9986321.

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

Color convert

RGB 17 97 152 -
CMYK 0.89 0.36 0 0.40
HSL 204.44º 0.8% 0.33% -
HSV(B) 204.44º 0.89% 0.6% -
XYZ 10.17 10.94 31.28 -
YUV 79.35 169 83.53 -
System Red Green Blue C M Y K H S L
Decimal 17 97 152 0.89 0.36 0 0.40 204.44 0.8 0.33
Hex 11 61 98 59 24 0 28 CC 50 21
Octal 21 141 230 131 44 0 50 314 120 41
Binary 10001 1100001 10011000 1011001 100100 0 101000 11001100 1010000 100001

Color Harmonies of #116198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116198

Black with #116198

Text Example


Text Example

White with #116198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116198; }

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

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

background-color css

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

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

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

border-color css

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

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

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