Html Css Color HEX #106BDB Navy Blue

📋 copy color: '#106BDB'

red 16 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #106BDB

Tints of Navy Blue #106BDB

RGB

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

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

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

R = 4.68%
G = 31.29%
B = 64.04%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#106BDB (or 0x106BDB) is known color: Navy Blue. HEX triplet: 10, 6B and DB. RGB value is (16,107,219). Sum of RGB (Red+Green+Blue) = 16+107+219=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #106BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BDB is #EF9424. Grayscale: #5C5C5C. Windows color (decimal): -15701029 or 14379792. OLE color: 14379792.

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

Color convert

RGB 16 107 219 -
CMYK 0.93 0.51 0 0.14
HSL 213.1º 0.86% 0.46% -
HSV(B) 213.1º 0.93% 0.86% -
XYZ 18.26 15.74 69.09 -
YUV 92.56 199.35 73.39 -
System Red Green Blue C M Y K H S L
Decimal 16 107 219 0.93 0.51 0 0.14 213.1 0.86 0.46
Hex 10 6B DB 5D 33 0 E D5 56 2E
Octal 20 153 333 135 63 0 16 325 126 56
Binary 10000 1101011 11011011 1011101 110011 0 1110 11010101 1010110 101110

Color Harmonies of #106BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BDB

Black with #106BDB

Text Example


Text Example

White with #106BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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