Html Css Color HEX #116EE2 Navy Blue

📋 copy color: '#116EE2'

red 17 ◦ green 110 ◦ blue 226

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

Shades of Navy Blue #116EE2

Tints of Navy Blue #116EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 64.02%

R = 4.82%
G = 31.16%
B = 64.02%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#116EE2 (or 0x116EE2) is known color: Navy Blue. HEX triplet: 11, 6E and E2. RGB value is (17,110,226). Sum of RGB (Red+Green+Blue) = 17+110+226=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #116EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EE2 is #EE911D. Grayscale: #5E5E5E. Windows color (decimal): -15634718 or 14839313. OLE color: 14839313.

HSL color Cylindrical-coordinate representation of color #116EE2: hue angle of 213.3º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116EE2 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 110 226 -
CMYK 0.92 0.51 0 0.11
HSL 213.3º 0.86% 0.48% -
HSV(B) 213.3º 0.92% 0.89% -
XYZ 19.53 16.76 74.16 -
YUV 95.42 201.69 72.07 -
System Red Green Blue C M Y K H S L
Decimal 17 110 226 0.92 0.51 0 0.11 213.3 0.86 0.48
Hex 11 6E E2 5C 33 0 B D5 56 30
Octal 21 156 342 134 63 0 13 325 126 60
Binary 10001 1101110 11100010 1011100 110011 0 1011 11010101 1010110 110000

Color Harmonies of #116EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EE2

Black with #116EE2

Text Example


Text Example

White with #116EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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