Html Css Color HEX #116BDB Navy Blue

📋 copy color: '#116BDB'

red 17 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #116BDB

Tints of Navy Blue #116BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

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

R = 4.96%
G = 31.2%
B = 63.85%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#116BDB (or 0x116BDB) is known color: Navy Blue. HEX triplet: 11, 6B and DB. RGB value is (17,107,219). Sum of RGB (Red+Green+Blue) = 17+107+219=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #116BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDB is #EE9424. Grayscale: #5C5C5C. Windows color (decimal): -15635493 or 14379793. OLE color: 14379793.

HSL color Cylindrical-coordinate representation of color #116BDB: hue angle of 213.27º 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 #116BDB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 107 219 -
CMYK 0.92 0.51 0 0.14
HSL 213.27º 0.86% 0.46% -
HSV(B) 213.27º 0.92% 0.86% -
XYZ 18.28 15.75 69.09 -
YUV 92.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 17 107 219 0.92 0.51 0 0.14 213.27 0.86 0.46
Hex 11 6B DB 5C 33 0 E D5 56 2E
Octal 21 153 333 134 63 0 16 325 126 56
Binary 10001 1101011 11011011 1011100 110011 0 1110 11010101 1010110 101110

Color Harmonies of #116BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BDB

Black with #116BDB

Text Example


Text Example

White with #116BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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