Html Css Color HEX #116FDB Navy Blue

📋 copy color: '#116FDB'

red 17 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #116FDB

Tints of Navy Blue #116FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 4.9%
G = 31.99%
B = 63.11%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#116FDB (or 0x116FDB) is known color: Navy Blue. HEX triplet: 11, 6F and DB. RGB value is (17,111,219). Sum of RGB (Red+Green+Blue) = 17+111+219=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #116FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FDB is #EE9024. Grayscale: #5E5E5E. Windows color (decimal): -15634469 or 14380817. OLE color: 14380817.

HSL color Cylindrical-coordinate representation of color #116FDB: hue angle of 212.08º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FDB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 111 219 -
CMYK 0.92 0.49 0 0.14
HSL 212.08º 0.86% 0.46% -
HSV(B) 212.08º 0.92% 0.86% -
XYZ 18.7 16.6 69.24 -
YUV 95.21 197.86 72.22 -
System Red Green Blue C M Y K H S L
Decimal 17 111 219 0.92 0.49 0 0.14 212.08 0.86 0.46
Hex 11 6F DB 5C 31 0 E D4 56 2E
Octal 21 157 333 134 61 0 16 324 126 56
Binary 10001 1101111 11011011 1011100 110001 0 1110 11010100 1010110 101110

Color Harmonies of #116FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FDB

Black with #116FDB

Text Example


Text Example

White with #116FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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