Html Css Color HEX #106FDB Navy Blue

📋 copy color: '#106FDB'

red 16 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #106FDB

Tints of Navy Blue #106FDB

RGB

 RED value IS 16 (6.64% from 255) = 4.62%

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

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

R = 4.62%
G = 32.08%
B = 63.29%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#106FDB (or 0x106FDB) is known color: Navy Blue. HEX triplet: 10, 6F and DB. RGB value is (16,111,219). Sum of RGB (Red+Green+Blue) = 16+111+219=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #106FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FDB is #EF9024. Grayscale: #5E5E5E. Windows color (decimal): -15700005 or 14380816. OLE color: 14380816.

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

Color convert

RGB 16 111 219 -
CMYK 0.93 0.49 0 0.14
HSL 211.92º 0.86% 0.46% -
HSV(B) 211.92º 0.93% 0.86% -
XYZ 18.68 16.59 69.24 -
YUV 94.91 198.03 71.72 -
System Red Green Blue C M Y K H S L
Decimal 16 111 219 0.93 0.49 0 0.14 211.92 0.86 0.46
Hex 10 6F DB 5D 31 0 E D4 56 2E
Octal 20 157 333 135 61 0 16 324 126 56
Binary 10000 1101111 11011011 1011101 110001 0 1110 11010100 1010110 101110

Color Harmonies of #106FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FDB

Black with #106FDB

Text Example


Text Example

White with #106FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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