Html Css Color HEX #106EDB Navy Blue

📋 copy color: '#106EDB'

red 16 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #106EDB

Tints of Navy Blue #106EDB

RGB

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

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

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

R = 4.64%
G = 31.88%
B = 63.48%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#106EDB (or 0x106EDB) is known color: Navy Blue. HEX triplet: 10, 6E and DB. RGB value is (16,110,219). Sum of RGB (Red+Green+Blue) = 16+110+219=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #106EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EDB is #EF9124. Grayscale: #5D5D5D. Windows color (decimal): -15700261 or 14380560. OLE color: 14380560.

HSL color Cylindrical-coordinate representation of color #106EDB: hue angle of 212.22º 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 #106EDB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 110 219 -
CMYK 0.93 0.50 0 0.14
HSL 212.22º 0.86% 0.46% -
HSV(B) 212.22º 0.93% 0.86% -
XYZ 18.58 16.38 69.2 -
YUV 94.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 16 110 219 0.93 0.50 0 0.14 212.22 0.86 0.46
Hex 10 6E DB 5D 32 0 E D4 56 2E
Octal 20 156 333 135 62 0 16 324 126 56
Binary 10000 1101110 11011011 1011101 110010 0 1110 11010100 1010110 101110

Color Harmonies of #106EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EDB

Black with #106EDB

Text Example


Text Example

White with #106EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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