Html Css Color HEX #106DDF Navy Blue

📋 copy color: '#106DDF'

red 16 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #106DDF

Tints of Navy Blue #106DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 4.6%
G = 31.32%
B = 64.08%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106DDF (or 0x106DDF) is known color: Navy Blue. HEX triplet: 10, 6D and DF. RGB value is (16,109,223). Sum of RGB (Red+Green+Blue) = 16+109+223=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #106DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DDF is #EF9220. Grayscale: #5D5D5D. Windows color (decimal): -15700513 or 14642448. OLE color: 14642448.

HSL color Cylindrical-coordinate representation of color #106DDF: hue angle of 213.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DDF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 109 223 -
CMYK 0.93 0.51 0 0.13
HSL 213.04º 0.87% 0.47% -
HSV(B) 213.04º 0.93% 0.87% -
XYZ 19 16.38 71.97 -
YUV 94.19 200.69 72.23 -
System Red Green Blue C M Y K H S L
Decimal 16 109 223 0.93 0.51 0 0.13 213.04 0.87 0.47
Hex 10 6D DF 5D 33 0 D D5 57 2F
Octal 20 155 337 135 63 0 15 325 127 57
Binary 10000 1101101 11011111 1011101 110011 0 1101 11010101 1010111 101111

Color Harmonies of #106DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DDF

Black with #106DDF

Text Example


Text Example

White with #106DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,109,223); }

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

background-color css

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

 a { background-color: rgb(16,109,223); }

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

border-color css

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

 span { border-color: rgb(16,109,223); }

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