#106DDF

Color #106DDF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #106DDF

Tints of Navy Blue #106DDF

Color information

#106DDF (or 0x106DDF) is unknown color: approx 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

RGB16109223-
CMYK0.930.5100.13
HSL213.04º86.61%46.86%-
HSV(B)213.04º92.83%87.45%-
XYZ1916.3871.97-
YUV94.19200.6972.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.60%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 223 (87.5% from 255) = 64.08%
R=4.60%
G=31.32%
B=64.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161092230.930.5100.13213.0486.6146.86
Hex106DDF5D330Dd5572f
Octal201553371356301532512757
Binary10000110110111011111101110111001101101110101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>