Html Css Color HEX #116394 Endeavour

📋 copy color: '#116394'

red 17 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #116394

Tints of Endeavour #116394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

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

R = 6.44%
G = 37.5%
B = 56.06%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116394 (or 0x116394) is known color: Endeavour. HEX triplet: 11, 63 and 94. RGB value is (17,99,148). Sum of RGB (Red+Green+Blue) = 17+99+148=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #116394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116394 is #EE9C6B. Grayscale: #4F4F4F. Windows color (decimal): -15637612 or 9724689. OLE color: 9724689.

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

Color convert

RGB 17 99 148 -
CMYK 0.89 0.33 0 0.42
HSL 202.44º 0.79% 0.32% -
HSV(B) 202.44º 0.89% 0.58% -
XYZ 10.04 11.18 29.65 -
YUV 80.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 17 99 148 0.89 0.33 0 0.42 202.44 0.79 0.32
Hex 11 63 94 59 21 0 2A CA 4F 20
Octal 21 143 224 131 41 0 52 312 117 40
Binary 10001 1100011 10010100 1011001 100001 0 101010 11001010 1001111 100000

Color Harmonies of #116394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116394

Black with #116394

Text Example


Text Example

White with #116394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116394; }

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

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

background-color css

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

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

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

border-color css

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

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

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