Html Css Color HEX #116EE1 Navy Blue

📋 copy color: '#116EE1'

red 17 ◦ green 110 ◦ blue 225

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

Shades of Navy Blue #116EE1

Tints of Navy Blue #116EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.92%

R = 4.83%
G = 31.25%
B = 63.92%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#116EE1 (or 0x116EE1) is known color: Navy Blue. HEX triplet: 11, 6E and E1. RGB value is (17,110,225). Sum of RGB (Red+Green+Blue) = 17+110+225=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #116EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EE1 is #EE911E. Grayscale: #5E5E5E. Windows color (decimal): -15634719 or 14773777. OLE color: 14773777.

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

Color convert

RGB 17 110 225 -
CMYK 0.92 0.51 0 0.12
HSL 213.17º 0.86% 0.47% -
HSV(B) 213.17º 0.92% 0.88% -
XYZ 19.4 16.71 73.44 -
YUV 95.3 201.19 72.15 -
System Red Green Blue C M Y K H S L
Decimal 17 110 225 0.92 0.51 0 0.12 213.17 0.86 0.47
Hex 11 6E E1 5C 33 0 C D5 56 2F
Octal 21 156 341 134 63 0 14 325 126 57
Binary 10001 1101110 11100001 1011100 110011 0 1100 11010101 1010110 101111

Color Harmonies of #116EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EE1

Black with #116EE1

Text Example


Text Example

White with #116EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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