Html Css Color HEX #116ECE Navy Blue

📋 copy color: '#116ECE'

red 17 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #116ECE

Tints of Navy Blue #116ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 5.11%
G = 33.03%
B = 61.86%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#116ECE (or 0x116ECE) is known color: Navy Blue. HEX triplet: 11, 6E and CE. RGB value is (17,110,206). Sum of RGB (Red+Green+Blue) = 17+110+206=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #116ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ECE is #EE9131. Grayscale: #5C5C5C. Windows color (decimal): -15634738 or 13528593. OLE color: 13528593.

HSL color Cylindrical-coordinate representation of color #116ECE: hue angle of 210.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116ECE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 110 206 -
CMYK 0.92 0.47 0 0.19
HSL 210.48º 0.85% 0.44% -
HSV(B) 210.48º 0.92% 0.81% -
XYZ 16.95 15.73 60.53 -
YUV 93.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 17 110 206 0.92 0.47 0 0.19 210.48 0.85 0.44
Hex 11 6E CE 5C 2F 0 13 D2 55 2C
Octal 21 156 316 134 57 0 23 322 125 54
Binary 10001 1101110 11001110 1011100 101111 0 10011 11010010 1010101 101100

Color Harmonies of #116ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116ECE

Black with #116ECE

Text Example


Text Example

White with #116ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116ECE; }

 p { color: rgb(17,110,206); }

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

background-color css

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

 a { background-color: rgb(17,110,206); }

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

border-color css

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

 span { border-color: rgb(17,110,206); }

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