Html Css Color HEX #116494 Endeavour

📋 copy color: '#116494'

red 17 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #116494

Tints of Endeavour #116494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.74%

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

R = 6.42%
G = 37.74%
B = 55.85%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116494 (or 0x116494) is known color: Endeavour. HEX triplet: 11, 64 and 94. RGB value is (17,100,148). Sum of RGB (Red+Green+Blue) = 17+100+148=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #116494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116494 is #EE9B6B. Grayscale: #505050. Windows color (decimal): -15637356 or 9724945. OLE color: 9724945.

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

Color convert

RGB 17 100 148 -
CMYK 0.89 0.32 0 0.42
HSL 201.98º 0.79% 0.32% -
HSV(B) 201.98º 0.89% 0.58% -
XYZ 10.13 11.37 29.68 -
YUV 80.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 17 100 148 0.89 0.32 0 0.42 201.98 0.79 0.32
Hex 11 64 94 59 20 0 2A CA 4F 20
Octal 21 144 224 131 40 0 52 312 117 40
Binary 10001 1100100 10010100 1011001 100000 0 101010 11001010 1001111 100000

Color Harmonies of #116494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116494

Black with #116494

Text Example


Text Example

White with #116494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116494; }

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

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

background-color css

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

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

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

border-color css

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

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

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