#106CDF

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

Shades of Navy Blue #106CDF

Tints of Navy Blue #106CDF

Color information

#106CDF (or 0x106CDF) is unknown color: approx Navy Blue. HEX triplet: 10, 6C and DF. RGB value is (16,108,223). Sum of RGB (Red+Green+Blue) = 16+108+223=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #106CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDF is #EF9320. Grayscale: #5D5D5D. Windows color (decimal): -15700769 or 14642192. OLE color: 14642192.

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

Color convert

RGB16108223-
CMYK0.930.5200.13
HSL213.33º86.61%46.86%-
HSV(B)213.33º92.83%87.45%-
XYZ18.916.1671.94-
YUV93.6201.0272.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.61%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 223 (87.5% from 255) = 64.27%
R=4.61%
G=31.12%
B=64.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161082230.930.5200.13213.3386.6146.86
Hex106CDF5D340Dd5572f
Octal201543371356401532512757
Binary10000110110011011111101110111010001101110101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #106CDF;
 }
 .AnyTagClassName
 {
   color: #106CDF;
 }
</style>
background-color css

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

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

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

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

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

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