Html Css Color HEX #116FDE Navy Blue

📋 copy color: '#116FDE'

red 17 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #116FDE

Tints of Navy Blue #116FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 4.86%
G = 31.71%
B = 63.43%

CMYK

 C value IS 0.92

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116FDE (or 0x116FDE) is known color: Navy Blue. HEX triplet: 11, 6F and DE. RGB value is (17,111,222). Sum of RGB (Red+Green+Blue) = 17+111+222=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #116FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FDE is #EE9021. Grayscale: #5F5F5F. Windows color (decimal): -15634466 or 14577425. OLE color: 14577425.

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

Color convert

RGB 17 111 222 -
CMYK 0.92 0.5 0 0.13
HSL 212.49º 0.86% 0.47% -
HSV(B) 212.49º 0.92% 0.87% -
XYZ 19.1 16.76 71.34 -
YUV 95.55 199.36 71.97 -
System Red Green Blue C M Y K H S L
Decimal 17 111 222 0.92 0.5 0 0.13 212.49 0.86 0.47
Hex 11 6F DE 5C 32 0 D D4 56 2F
Octal 21 157 336 134 62 0 15 324 126 57
Binary 10001 1101111 11011110 1011100 110010 0 1101 11010100 1010110 101111

Color Harmonies of #116FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FDE

Black with #116FDE

Text Example


Text Example

White with #116FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,222); }

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

background-color css

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

 a { background-color: rgb(17,111,222); }

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

border-color css

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

 span { border-color: rgb(17,111,222); }

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