#106ADF

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

Shades of Navy Blue #106ADF

Tints of Navy Blue #106ADF

Color information

#106ADF (or 0x106ADF) is unknown color: approx Navy Blue. HEX triplet: 10, 6A and DF. RGB value is (16,106,223). Sum of RGB (Red+Green+Blue) = 16+106+223=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #106ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ADF is #EF9520. Grayscale: #5B5B5B. Windows color (decimal): -15701281 or 14641680. OLE color: 14641680.

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

Color convert

RGB16106223-
CMYK0.930.5200.13
HSL213.91º86.61%46.86%-
HSV(B)213.91º92.83%87.45%-
XYZ18.6915.7571.87-
YUV92.43201.6873.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.64%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 223 (87.5% from 255) = 64.64%
R=4.64%
G=30.72%
B=64.64%

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
Decimal161062230.930.5200.13213.9186.6146.86
Hex106ADF5D340Dd6572f
Octal201523371356401532612757
Binary10000110101011011111101110111010001101110101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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